Package | Description |
---|---|
org.springframework.vault.authentication |
Support for authentication and session management.
|
Modifier and Type | Method and Description |
---|---|
UnwrappingEndpoints |
CubbyholeAuthenticationOptions.getUnwrappingEndpoints() |
UnwrappingEndpoints |
AppRoleAuthenticationOptions.getUnwrappingEndpoints() |
static UnwrappingEndpoints |
UnwrappingEndpoints.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnwrappingEndpoints[] |
UnwrappingEndpoints.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CubbyholeAuthenticationOptions.CubbyholeAuthenticationOptionsBuilder |
CubbyholeAuthenticationOptions.CubbyholeAuthenticationOptionsBuilder.unwrappingEndpoints(UnwrappingEndpoints endpoints)
Configure the
UnwrappingEndpoints to use. |
AppRoleAuthenticationOptions.AppRoleAuthenticationOptionsBuilder |
AppRoleAuthenticationOptions.AppRoleAuthenticationOptionsBuilder.unwrappingEndpoints(UnwrappingEndpoints endpoints)
Configure the
UnwrappingEndpoints to use. |
Copyright © 2016–2020 Pivotal Software, Inc.. All rights reserved.