Uses of Enum Class
org.springframework.vault.authentication.UnwrappingEndpoints
Packages that use UnwrappingEndpoints
Package
Description
Support for authentication and session management.
-
Uses of UnwrappingEndpoints in org.springframework.vault.authentication
Methods in org.springframework.vault.authentication that return UnwrappingEndpointsModifier and TypeMethodDescriptionAppRoleAuthenticationOptions.getUnwrappingEndpoints()CubbyholeAuthenticationOptions.getUnwrappingEndpoints()static UnwrappingEndpointsReturns 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.Methods in org.springframework.vault.authentication with parameters of type UnwrappingEndpointsModifier and TypeMethodDescriptionAppRoleAuthenticationOptions.AppRoleAuthenticationOptionsBuilder.unwrappingEndpoints(UnwrappingEndpoints endpoints) Configure theUnwrappingEndpointsto use.CubbyholeAuthenticationOptions.CubbyholeAuthenticationOptionsBuilder.unwrappingEndpoints(UnwrappingEndpoints endpoints) Configure theUnwrappingEndpointsto use.