Uses of Enum Class
org.springframework.vault.authentication.UnwrappingEndpoints
Package
Description
Support for authentication and session management.
-
Uses of UnwrappingEndpoints in org.springframework.vault.authentication
Modifier and TypeMethodDescriptionAppRoleAuthenticationOptions.getUnwrappingEndpoints()
CubbyholeAuthenticationOptions.getUnwrappingEndpoints()
static UnwrappingEndpoints
Returns the enum constant of this class with the specified name.static UnwrappingEndpoints[]
UnwrappingEndpoints.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionAppRoleAuthenticationOptions.AppRoleAuthenticationOptionsBuilder.unwrappingEndpoints
(UnwrappingEndpoints endpoints) Configure theUnwrappingEndpoints
to use.CubbyholeAuthenticationOptions.CubbyholeAuthenticationOptionsBuilder.unwrappingEndpoints
(UnwrappingEndpoints endpoints) Configure theUnwrappingEndpoints
to use.