Uses of Interface
org.bremersee.security.authentication.AccessTokenRetrieverProperties
-
Packages that use AccessTokenRetrieverProperties Package Description org.bremersee.actuator.security.authentication org.bremersee.security.authentication org.bremersee.web.reactive.function.client -
-
Uses of AccessTokenRetrieverProperties in org.bremersee.actuator.security.authentication
Classes in org.bremersee.actuator.security.authentication that implement AccessTokenRetrieverProperties Modifier and Type Class Description static class
ActuatorAuthProperties.ActuatorPasswordFlow
OAuth2 password flow configuration properties. -
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.Classes in org.bremersee.security.authentication that implement AccessTokenRetrieverProperties Modifier and Type Class Description static class
AuthProperties.ClientCredentialsFlow
The client credentials flow.static class
AuthProperties.PasswordFlow
OAuth2 password flow configuration 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)
reactor.core.publisher.Mono<String>
WebClientAccessTokenRetriever. retrieveAccessToken(AccessTokenRetrieverProperties properties)
static AccessTokenProvider<reactor.core.publisher.Mono<String>>
ReactiveAccessTokenProviders. withAccessTokenRetriever(AccessTokenRetriever<reactor.core.publisher.Mono<String>> retriever, AccessTokenRetrieverProperties properties)
Provider that retrieves the access token from an OpenId server.static AccessTokenProvider<reactor.core.publisher.Mono<String>>
ReactiveAccessTokenProviders. withAccessTokenRetriever(AccessTokenRetrieverProperties properties)
Provider that retrieves the access token from an OpenId server. -
Uses of AccessTokenRetrieverProperties in org.bremersee.web.reactive.function.client
Methods in org.bremersee.web.reactive.function.client with parameters of type AccessTokenRetrieverProperties Modifier and Type Method Description static AccessTokenAppender
AccessTokenAppender. withAccessTokenRetriever(AccessTokenRetriever<reactor.core.publisher.Mono<String>> retriever, AccessTokenRetrieverProperties properties)
With access token retriever access token appender.static AccessTokenAppender
AccessTokenAppender. withAccessTokenRetriever(AccessTokenRetrieverProperties properties)
With access token retriever access token appender.
-