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 classActuatorAuthProperties.ActuatorPasswordFlowOAuth2 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 interfaceClientCredentialsFlowPropertiesThe client credentials flow properties.interfacePasswordFlowPropertiesThe password flow properties.Classes in org.bremersee.security.authentication that implement AccessTokenRetrieverProperties Modifier and Type Class Description static classAuthProperties.ClientCredentialsFlowThe client credentials flow.static classAuthProperties.PasswordFlowOAuth2 password flow configuration properties.Methods in org.bremersee.security.authentication with parameters of type AccessTokenRetrieverProperties Modifier and Type Method Description TAccessTokenRetriever. retrieveAccessToken(@NotNull AccessTokenRetrieverProperties properties)Retrieve the access token from the identity provider.StringRestTemplateAccessTokenRetriever. 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 AccessTokenAppenderAccessTokenAppender. withAccessTokenRetriever(AccessTokenRetriever<reactor.core.publisher.Mono<String>> retriever, AccessTokenRetrieverProperties properties)With access token retriever access token appender.static AccessTokenAppenderAccessTokenAppender. withAccessTokenRetriever(AccessTokenRetrieverProperties properties)With access token retriever access token appender.
-