Uses of Interface
org.bremersee.security.authentication.AccessTokenRetrieverProperties
-
Packages that use AccessTokenRetrieverProperties Package Description org.bremersee.security.authentication -
-
Uses of AccessTokenRetrieverProperties in org.bremersee.security.authentication
Subinterfaces of AccessTokenRetrieverProperties in org.bremersee.security.authentication Modifier and Type Interface Description interface
ClientCredentialsFlowProperties
The client credentials flow properties.interface
PasswordFlowProperties
The password flow properties.Methods in org.bremersee.security.authentication with parameters of type AccessTokenRetrieverProperties Modifier and Type Method Description T
AccessTokenRetriever. retrieveAccessToken(@NotNull AccessTokenRetrieverProperties properties)
Retrieve the access token from the identity provider.String
RestTemplateAccessTokenRetriever. retrieveAccessToken(AccessTokenRetrieverProperties input)
-