Uses of Interface
org.bremersee.security.authentication.AccessTokenProvider
-
Packages that use AccessTokenProvider Package Description org.bremersee.security.authentication org.bremersee.web.reactive.function.client -
-
Uses of AccessTokenProvider in org.bremersee.security.authentication
Methods in org.bremersee.security.authentication that return AccessTokenProvider Modifier and Type Method Description static AccessTokenProvider<reactor.core.publisher.Mono<String>>
ReactiveAccessTokenProviders. fromAuthentication()
Provider that gets the access token from the authentication.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 AccessTokenProvider in org.bremersee.web.reactive.function.client
Constructors in org.bremersee.web.reactive.function.client with parameters of type AccessTokenProvider Constructor Description AccessTokenAppender(AccessTokenProvider<reactor.core.publisher.Mono<String>> accessTokenProvider)
Instantiates a new access token appender.
-