A B C D E F G I J M O P R S W 
All Classes All Packages

A

AbstractWebClientErrorDecoder<E extends Throwable> - Class in org.bremersee.web.reactive.function.client
An abstract implementation of the error decoder for the WebClient.
AbstractWebClientErrorDecoder() - Constructor for class org.bremersee.web.reactive.function.client.AbstractWebClientErrorDecoder
 
AccessTokenAppender - Class in org.bremersee.web.reactive.function.client
The access token appender.
AccessTokenAppender(AccessTokenProvider<Mono<String>>) - Constructor for class org.bremersee.web.reactive.function.client.AccessTokenAppender
Instantiates a new access token appender.
apply(ClientResponse) - Method in class org.bremersee.web.reactive.function.client.AbstractWebClientErrorDecoder
 

B

build(Class<T>) - Method in interface org.bremersee.web.reactive.function.client.proxy.WebClientProxyBuilder
Build the proxy.
build(Flux<? extends Part>) - Method in interface org.bremersee.web.reactive.multipart.MultipartFileBuilder
Build multipart file from the last part of the given parts.
build(Class<T>) - Method in class org.bremersee.web.reactive.function.client.proxy.WebClientProxyBuilder.Default
 
build(InvocationParameters, HttpHeaders) - Method in interface org.bremersee.web.reactive.function.client.proxy.RequestHeadersBuilder
Build.
build(InvocationParameters, MultiValueMap<String, String>) - Method in interface org.bremersee.web.reactive.function.client.proxy.RequestCookiesBuilder
Build.
build(InvocationParameters, MultiValueMap<String, String>) - Method in class org.bremersee.web.reactive.function.client.proxy.RequestCookiesBuilder.Default
 
build(InvocationParameters, WebClient) - Method in interface org.bremersee.web.reactive.function.client.proxy.RequestUriSpecBuilder
Build request headers uri spec.
build(InvocationParameters, WebClient) - Method in class org.bremersee.web.reactive.function.client.proxy.RequestUriSpecBuilder.Default
 
build(InvocationParameters, WebClient.ResponseSpec) - Method in interface org.bremersee.web.reactive.function.client.proxy.RequestResponseBuilder
Build object.
build(InvocationParameters, WebClient.ResponseSpec) - Method in class org.bremersee.web.reactive.function.client.proxy.RequestResponseBuilder.Default
 
build(InvocationParameters, UriBuilder) - Method in interface org.bremersee.web.reactive.function.client.proxy.RequestUriBuilder
Build uri.
build(InvocationParameters, UriBuilder) - Method in class org.bremersee.web.reactive.function.client.proxy.RequestUriBuilder.Default
 
build(Part) - Method in interface org.bremersee.web.reactive.multipart.MultipartFileBuilder
Build multipart file from the given part.
build(Part) - Method in class org.bremersee.web.reactive.multipart.MultipartFileBuilderImpl
 
build(Flux<? extends Part>) - Method in class org.bremersee.web.reactive.multipart.MultipartFileBuilderImpl
 
buildException(ClientResponse, String) - Method in class org.bremersee.security.authentication.WebClientAccessTokenRetriever
 
buildException(ClientResponse, String) - Method in class org.bremersee.web.reactive.function.client.DefaultWebClientErrorDecoder
 
buildException(ClientResponse, String) - Method in class org.bremersee.web.reactive.function.client.MessageAwareWebClientErrorDecoder
 
buildException(ClientResponse, String) - Method in interface org.bremersee.web.reactive.function.client.WebClientErrorDecoder
Build exception.
buildList(MultiValueMap<String, Part>, String...) - Method in interface org.bremersee.web.reactive.multipart.MultipartFileBuilder
Build list of multipart files from the given multi part data.
buildList(Flux<? extends Part>) - Method in interface org.bremersee.web.reactive.multipart.MultipartFileBuilder
Build multipart files from the given parts.
buildList(MultiValueMap<String, Part>, String...) - Method in class org.bremersee.web.reactive.multipart.MultipartFileBuilderImpl
 
buildList(Flux<? extends Part>) - Method in class org.bremersee.web.reactive.multipart.MultipartFileBuilderImpl
 
buildLists(MultiValueMap<String, Part>, String...) - Method in interface org.bremersee.web.reactive.multipart.MultipartFileBuilder
Build list (flux) of lists of multipart files from the given multi part data.
buildLists(MultiValueMap<String, Part>, String...) - Method in class org.bremersee.web.reactive.multipart.MultipartFileBuilderImpl
 
buildMap(MultiValueMap<String, Part>, String...) - Method in interface org.bremersee.web.reactive.multipart.MultipartFileBuilder
Build map of multipart files from the given multi part data.
buildMap(Flux<? extends Part>...) - Method in interface org.bremersee.web.reactive.multipart.MultipartFileBuilder
Build map mono.
buildMap(MultiValueMap<String, Part>, String...) - Method in class org.bremersee.web.reactive.multipart.MultipartFileBuilderImpl
 
buildMap(Flux<? extends Part>...) - Method in class org.bremersee.web.reactive.multipart.MultipartFileBuilderImpl
 
buildMultiValueMap(MultiValueMap<String, Part>, String...) - Method in interface org.bremersee.web.reactive.multipart.MultipartFileBuilder
Build multi value map of multipart files from the given multi part data.
buildMultiValueMap(Flux<? extends Part>...) - Method in interface org.bremersee.web.reactive.multipart.MultipartFileBuilder
Build multi value map mono.
buildMultiValueMap(MultiValueMap<String, Part>, String...) - Method in class org.bremersee.web.reactive.multipart.MultipartFileBuilderImpl
 
buildMultiValueMap(Flux<? extends Part>...) - Method in class org.bremersee.web.reactive.multipart.MultipartFileBuilderImpl
 

C

CACHE_NAME - Static variable in interface org.bremersee.security.authentication.ReactiveAccessTokenCache
The constant CACHE_NAME.
canDecode(ResolvableType, MimeType) - Method in class org.bremersee.http.codec.xml.ReactiveJaxbDecoder
 
canEncode(ResolvableType, MimeType) - Method in class org.bremersee.http.codec.xml.ReactiveJaxbEncoder
 
check(Mono<Authentication>, AuthorizationContext) - Method in class org.bremersee.security.authentication.IpBasedAuthorizationManager
 
check(Mono<Authentication>, AuthorizationContext) - Method in class org.bremersee.security.authentication.RoleBasedAuthorizationManager
 
check(Mono<Authentication>, AuthorizationContext) - Method in class org.bremersee.security.authentication.RoleOrIpBasedAuthorizationManager
 
commonFunctions(InvocationFunctions) - Method in interface org.bremersee.web.reactive.function.client.proxy.WebClientProxyBuilder
Sets common functions.
commonFunctions(InvocationFunctions) - Method in class org.bremersee.web.reactive.function.client.proxy.WebClientProxyBuilder.Default
 
convert(Jwt) - Method in class org.bremersee.security.authentication.JsonPathReactiveJwtConverter
 

D

decode(Publisher<DataBuffer>, ResolvableType, MimeType, Map<String, Object>) - Method in class org.bremersee.http.codec.xml.ReactiveJaxbDecoder
 
decode(DataBuffer, ResolvableType, MimeType, Map<String, Object>) - Method in class org.bremersee.http.codec.xml.ReactiveJaxbDecoder
 
decodeToMono(Publisher<DataBuffer>, ResolvableType, MimeType, Map<String, Object>) - Method in class org.bremersee.http.codec.xml.ReactiveJaxbDecoder
 
Default() - Constructor for class org.bremersee.web.reactive.function.client.proxy.RequestBodyInserter.Default
 
Default() - Constructor for class org.bremersee.web.reactive.function.client.proxy.RequestCookiesBuilder.Default
 
Default() - Constructor for class org.bremersee.web.reactive.function.client.proxy.RequestHeadersBuilder.Default
 
Default() - Constructor for class org.bremersee.web.reactive.function.client.proxy.RequestResponseBuilder.Default
 
Default() - Constructor for class org.bremersee.web.reactive.function.client.proxy.RequestUriBuilder.Default
 
Default() - Constructor for class org.bremersee.web.reactive.function.client.proxy.RequestUriSpecBuilder.Default
 
Default() - Constructor for class org.bremersee.web.reactive.function.client.proxy.WebClientProxyBuilder.Default
 
defaultBuilder() - Static method in interface org.bremersee.web.reactive.function.client.proxy.RequestCookiesBuilder
Default request cookies builder.
defaultBuilder() - Static method in interface org.bremersee.web.reactive.function.client.proxy.RequestHeadersBuilder
Default request headers builder.
defaultBuilder() - Static method in interface org.bremersee.web.reactive.function.client.proxy.RequestResponseBuilder
Default request response builder.
defaultBuilder() - Static method in interface org.bremersee.web.reactive.function.client.proxy.RequestUriBuilder
Default request uri builder.
defaultBuilder() - Static method in interface org.bremersee.web.reactive.function.client.proxy.RequestUriSpecBuilder
Default request uri spec builder.
defaultBuilder() - Static method in interface org.bremersee.web.reactive.function.client.proxy.WebClientProxyBuilder
Default web client proxy builder.
defaultInserter() - Static method in interface org.bremersee.web.reactive.function.client.proxy.RequestBodyInserter
Default request body inserter.
DefaultWebClientErrorDecoder - Class in org.bremersee.web.reactive.function.client
This web client error decoder generates a WebClientException from the error response.
DefaultWebClientErrorDecoder() - Constructor for class org.bremersee.web.reactive.function.client.DefaultWebClientErrorDecoder
Instantiates a new web client error decoder.
DefaultWebClientErrorDecoder(RestApiExceptionParser) - Constructor for class org.bremersee.web.reactive.function.client.DefaultWebClientErrorDecoder
Instantiates a new web client error decoder.

E

EMPTY_GROUPS_SUPPLIER - Static variable in class org.bremersee.security.core.ReactiveUserContextCaller
The constant EMPTY_GROUPS_SUPPLIER.
EMPTY_USER_CONTEXT_SUPPLIER - Static variable in class org.bremersee.security.core.ReactiveUserContextCaller
The constant EMPTY_USER_CONTEXT_SUPPLIER.
encode(Object, DataBufferFactory, ResolvableType, MimeType, Map<String, Object>) - Method in class org.bremersee.http.codec.xml.ReactiveJaxbEncoder
 
encodeValue(Object, DataBufferFactory, ResolvableType, MimeType, Map<String, Object>) - Method in class org.bremersee.http.codec.xml.ReactiveJaxbEncoder
 

F

filter(ClientRequest, ExchangeFunction) - Method in class org.bremersee.web.reactive.function.client.AccessTokenAppender
 
findAccessToken(String) - Method in interface org.bremersee.security.authentication.ReactiveAccessTokenCache
Find not expired access token from cache.
FORBIDDEN_SUPPLIER - Static variable in class org.bremersee.security.core.ReactiveUserContextCaller
The constant FORBIDDEN_SUPPLIER.
from(AccessTokenCache) - Static method in interface org.bremersee.security.authentication.ReactiveAccessTokenCache
Creates a reactive cache from the given access token cache.
fromAuthentication() - Static method in interface org.bremersee.security.authentication.ReactiveAccessTokenProviders
Provider that gets the access token from the authentication.
fromAuthentication() - Static method in class org.bremersee.web.reactive.function.client.AccessTokenAppender
From authentication access token appender.

G

getErrorCode() - Method in exception org.bremersee.web.reactive.function.client.WebClientException
 
getFirstMultipartFile(MultiValueMap<String, MultipartFile>, String) - Static method in interface org.bremersee.web.reactive.multipart.MultipartFileBuilder
Get first multipart file.
getMaxInMemorySize() - Method in class org.bremersee.http.codec.xml.ReactiveJaxbDecoder
Return the configured byte count limit.
getMultipartFile(List<MultipartFile>, int) - Static method in interface org.bremersee.web.reactive.multipart.MultipartFileBuilder
Get multipart file with the specified index.
getMultipartFile(Map<String, MultipartFile>, String) - Static method in interface org.bremersee.web.reactive.multipart.MultipartFileBuilder
Get multipart file with the specified request parameter name.
getMultipartFiles(MultiValueMap<String, MultipartFile>, String) - Static method in interface org.bremersee.web.reactive.multipart.MultipartFileBuilder
Get multipart files with the specified request parameter.
getMultiValueHeaders() - Method in exception org.bremersee.web.reactive.function.client.WebClientException
 
getResponseHeaders() - Method in exception org.bremersee.web.reactive.function.client.WebClientException
 

I

insert(InvocationParameters, WebClient.RequestBodyUriSpec) - Method in class org.bremersee.web.reactive.function.client.proxy.RequestBodyInserter.Default
 
insert(InvocationParameters, WebClient.RequestBodyUriSpec) - Method in interface org.bremersee.web.reactive.function.client.proxy.RequestBodyInserter
Insert.
InvocationFunctions - Class in org.bremersee.web.reactive.function.client.proxy
The invocation functions.
InvocationFunctions(RequestUriSpecBuilder, RequestUriBuilder, RequestHeadersBuilder, RequestCookiesBuilder, RequestBodyInserter, Predicate<HttpStatus>, WebClientErrorDecoder<? extends Throwable>, RequestResponseBuilder) - Constructor for class org.bremersee.web.reactive.function.client.proxy.InvocationFunctions
Instantiates new invocation functions.
InvocationParameters - Class in org.bremersee.web.reactive.function.client.proxy
The invocation parameters.
InvocationParameters() - Constructor for class org.bremersee.web.reactive.function.client.proxy.InvocationParameters
 
IpBasedAuthorizationManager - Class in org.bremersee.security.authentication
The ip based authorization manager.
IpBasedAuthorizationManager(Collection<String>) - Constructor for class org.bremersee.security.authentication.IpBasedAuthorizationManager
Instantiates a new ip based authorization manager.
IpBasedAuthorizationManager(Collection<String>, boolean) - Constructor for class org.bremersee.security.authentication.IpBasedAuthorizationManager
Instantiates a new ip based authorization manager.

J

JsonPathReactiveJwtConverter - Class in org.bremersee.security.authentication
The json path reactive jwt converter.
JsonPathReactiveJwtConverter() - Constructor for class org.bremersee.security.authentication.JsonPathReactiveJwtConverter
Instantiates a new json path reactive jwt converter.
JsonPathReactiveJwtConverter(JsonPathJwtConverter) - Constructor for class org.bremersee.security.authentication.JsonPathReactiveJwtConverter
Instantiates a new json path reactive jwt converter.

M

manyWithUserContext(Function<UserContext, ? extends Publisher<R>>) - Method in class org.bremersee.security.core.ReactiveUserContextCaller
Many with user context flux.
manyWithUserContext(Function<UserContext, ? extends Publisher<R>>, Function<Authentication, Mono<Set<String>>>, Supplier<Mono<UserContext>>) - Static method in class org.bremersee.security.core.ReactiveUserContextCaller
Many with user context flux.
manyWithUserContext(Function<UserContext, ? extends Publisher<R>>, Supplier<Mono<Set<String>>>, Supplier<Mono<UserContext>>) - Static method in class org.bremersee.security.core.ReactiveUserContextCaller
Many with user context flux.
matches(ServerWebExchange) - Method in class org.bremersee.security.ReactiveIpAddressMatcher
 
matchesRemoteAddress(ServerWebExchange) - Method in class org.bremersee.security.ReactiveIpAddressMatcher
Checks whether the remote address of the request matches the ip of this matcher.
MessageAwareWebClientErrorDecoder - Class in org.bremersee.web.reactive.function.client
This web client error decoder generates a WebClientException from the error response.
MessageAwareWebClientErrorDecoder() - Constructor for class org.bremersee.web.reactive.function.client.MessageAwareWebClientErrorDecoder
Instantiates a new message aware web client error decoder.
MessageAwareWebClientErrorDecoder(String) - Constructor for class org.bremersee.web.reactive.function.client.MessageAwareWebClientErrorDecoder
Instantiates a new message aware web client error decoder.
MessageAwareWebClientErrorDecoder(ExceptionParser<String>) - Constructor for class org.bremersee.web.reactive.function.client.MessageAwareWebClientErrorDecoder
Instantiates a new message aware web client error decoder.
MessageAwareWebClientErrorDecoder(ExceptionParser<String>, String) - Constructor for class org.bremersee.web.reactive.function.client.MessageAwareWebClientErrorDecoder
Instantiates a new message aware web client error decoder.
methodFunctions(Method, InvocationFunctions) - Method in class org.bremersee.web.reactive.function.client.proxy.WebClientProxyBuilder.Default
 
methodFunctions(Method, InvocationFunctions) - Method in interface org.bremersee.web.reactive.function.client.proxy.WebClientProxyBuilder
Sets method functions.
MultipartFileBuilder - Interface in org.bremersee.web.reactive.multipart
The multipart file builder interface.
MultipartFileBuilderImpl - Class in org.bremersee.web.reactive.multipart
The multipart file builder implementation.
MultipartFileBuilderImpl() - Constructor for class org.bremersee.web.reactive.multipart.MultipartFileBuilderImpl
Instantiates a new multipart file builder.
MultipartFileBuilderImpl(File) - Constructor for class org.bremersee.web.reactive.multipart.MultipartFileBuilderImpl
Instantiates a new multipart file builder.
MultipartFileBuilderImpl(String) - Constructor for class org.bremersee.web.reactive.multipart.MultipartFileBuilderImpl
Instantiates a new multipart file builder.

O

oneWithUserContext(Function<UserContext, ? extends Mono<R>>) - Method in class org.bremersee.security.core.ReactiveUserContextCaller
One with user context mono.
oneWithUserContext(Function<UserContext, ? extends Mono<R>>, Function<Authentication, Mono<Set<String>>>, Supplier<Mono<UserContext>>) - Static method in class org.bremersee.security.core.ReactiveUserContextCaller
One with user context mono.
oneWithUserContext(Function<UserContext, ? extends Mono<R>>, Supplier<Mono<Set<String>>>, Supplier<Mono<UserContext>>) - Static method in class org.bremersee.security.core.ReactiveUserContextCaller
One with user context mono.
org.bremersee.http.codec.xml - package org.bremersee.http.codec.xml
 
org.bremersee.security - package org.bremersee.security
 
org.bremersee.security.authentication - package org.bremersee.security.authentication
 
org.bremersee.security.core - package org.bremersee.security.core
 
org.bremersee.web.reactive.function.client - package org.bremersee.web.reactive.function.client
 
org.bremersee.web.reactive.function.client.proxy - package org.bremersee.web.reactive.function.client.proxy
 
org.bremersee.web.reactive.multipart - package org.bremersee.web.reactive.multipart
 

P

putAccessToken(String, String) - Method in interface org.bremersee.security.authentication.ReactiveAccessTokenCache
Put new access token into the cache.

R

ReactiveAccessTokenCache - Interface in org.bremersee.security.authentication
The reactive access token cache interface.
ReactiveAccessTokenProviders - Interface in org.bremersee.security.authentication
The reactive access token providers.
ReactiveIpAddressMatcher - Class in org.bremersee.security
The type Reactive ip address matcher.
ReactiveIpAddressMatcher(String) - Constructor for class org.bremersee.security.ReactiveIpAddressMatcher
Takes a specific IP address or a range specified using the IP/Netmask (e.g. 192.168.1.0/24 or 202.24.0.0/14).
ReactiveJaxbDecoder - Class in org.bremersee.http.codec.xml
Decode from a bytes stream containing XML elements to a stream of Objects (POJOs).
ReactiveJaxbDecoder(JaxbContextBuilder) - Constructor for class org.bremersee.http.codec.xml.ReactiveJaxbDecoder
Instantiates a new reactive jaxb decoder.
ReactiveJaxbEncoder - Class in org.bremersee.http.codec.xml
Encode from single value to a byte stream containing XML elements.
ReactiveJaxbEncoder(JaxbContextBuilder) - Constructor for class org.bremersee.http.codec.xml.ReactiveJaxbEncoder
Instantiates a new reactive jaxb encoder.
ReactiveUserContextCaller - Class in org.bremersee.security.core
The reactive user context caller.
ReactiveUserContextCaller() - Constructor for class org.bremersee.security.core.ReactiveUserContextCaller
Instantiates a new reactive user context caller.
ReactiveUserContextCaller(Function<Authentication, Mono<Set<String>>>, Supplier<Mono<UserContext>>) - Constructor for class org.bremersee.security.core.ReactiveUserContextCaller
Instantiates a new reactive user context caller.
ReactiveUserContextCaller(Supplier<Mono<Set<String>>>, Supplier<Mono<UserContext>>) - Constructor for class org.bremersee.security.core.ReactiveUserContextCaller
Instantiates a new reactive user context caller.
RequestBodyInserter - Interface in org.bremersee.web.reactive.function.client.proxy
The request body inserter.
RequestBodyInserter.Default - Class in org.bremersee.web.reactive.function.client.proxy
The default request body inserter.
RequestCookiesBuilder - Interface in org.bremersee.web.reactive.function.client.proxy
The request cookies builder.
RequestCookiesBuilder.Default - Class in org.bremersee.web.reactive.function.client.proxy
The default request cookies builder.
RequestHeadersBuilder - Interface in org.bremersee.web.reactive.function.client.proxy
The request headers builder.
RequestHeadersBuilder.Default - Class in org.bremersee.web.reactive.function.client.proxy
The default request headers builder.
RequestResponseBuilder - Interface in org.bremersee.web.reactive.function.client.proxy
The request response builder.
RequestResponseBuilder.Default - Class in org.bremersee.web.reactive.function.client.proxy
The default request response builder.
RequestUriBuilder - Interface in org.bremersee.web.reactive.function.client.proxy
The request uri builder.
RequestUriBuilder.Default - Class in org.bremersee.web.reactive.function.client.proxy
The default request response builder.
RequestUriSpecBuilder - Interface in org.bremersee.web.reactive.function.client.proxy
The request uri spec builder.
RequestUriSpecBuilder.Default - Class in org.bremersee.web.reactive.function.client.proxy
The default request uri spec builder.
retrieveAccessToken(AccessTokenRetrieverProperties) - Method in class org.bremersee.security.authentication.WebClientAccessTokenRetriever
 
RoleBasedAuthorizationManager - Class in org.bremersee.security.authentication
The role based authorization manager.
RoleBasedAuthorizationManager(Collection<String>) - Constructor for class org.bremersee.security.authentication.RoleBasedAuthorizationManager
Instantiates a new role based authorization manager.
RoleBasedAuthorizationManager(Collection<String>, boolean) - Constructor for class org.bremersee.security.authentication.RoleBasedAuthorizationManager
Instantiates a new role based authorization manager.
RoleOrIpBasedAuthorizationManager - Class in org.bremersee.security.authentication
The role or ip based authorization manager.
RoleOrIpBasedAuthorizationManager(Collection<String>, Collection<String>) - Constructor for class org.bremersee.security.authentication.RoleOrIpBasedAuthorizationManager
Instantiates a new role or ip based authorization manager.
RoleOrIpBasedAuthorizationManager(Collection<String>, Collection<String>, boolean) - Constructor for class org.bremersee.security.authentication.RoleOrIpBasedAuthorizationManager
Instantiates a new role or ip based authorization manager.

S

setAcceptHeader(InvocationParameters, HttpHeaders) - Method in interface org.bremersee.web.reactive.function.client.proxy.RequestHeadersBuilder
Sets accept header.
setContentTypeHeader(InvocationParameters, HttpHeaders) - Method in interface org.bremersee.web.reactive.function.client.proxy.RequestHeadersBuilder
Sets content type header.
setHeaders(InvocationParameters, HttpHeaders) - Method in class org.bremersee.web.reactive.function.client.proxy.RequestHeadersBuilder.Default
 
setHeaders(InvocationParameters, HttpHeaders) - Method in interface org.bremersee.web.reactive.function.client.proxy.RequestHeadersBuilder
Sets headers.
setMaxInMemorySize(int) - Method in class org.bremersee.http.codec.xml.ReactiveJaxbDecoder
Set the max number of bytes that can be buffered by this decoder.

W

webClient(WebClient) - Method in class org.bremersee.web.reactive.function.client.proxy.WebClientProxyBuilder.Default
 
webClient(WebClient) - Method in interface org.bremersee.web.reactive.function.client.proxy.WebClientProxyBuilder
Sets web client.
WebClientAccessTokenRetriever - Class in org.bremersee.security.authentication
A reactive implementation of the AccessTokenRetriever.
WebClientAccessTokenRetriever() - Constructor for class org.bremersee.security.authentication.WebClientAccessTokenRetriever
Instantiates a new access token retriever that uses spring's web client.
WebClientAccessTokenRetriever(ReactiveAccessTokenCache) - Constructor for class org.bremersee.security.authentication.WebClientAccessTokenRetriever
Instantiates a new access token retriever that uses spring's web client.
WebClientAccessTokenRetriever(WebClient) - Constructor for class org.bremersee.security.authentication.WebClientAccessTokenRetriever
Instantiates a new access token retriever that uses spring's web client.
WebClientAccessTokenRetriever(WebClient, ReactiveAccessTokenCache) - Constructor for class org.bremersee.security.authentication.WebClientAccessTokenRetriever
Instantiates a new access token retriever that uses spring's web client.
WebClientErrorDecoder<E extends Throwable> - Interface in org.bremersee.web.reactive.function.client
An error decoder for the WebClient.
WebClientException - Exception in org.bremersee.web.reactive.function.client
The web client exception.
WebClientException(HttpStatus, Map<String, ? extends Collection<String>>, RestApiException) - Constructor for exception org.bremersee.web.reactive.function.client.WebClientException
Instantiates a new web client exception.
WebClientProxyBuilder - Interface in org.bremersee.web.reactive.function.client.proxy
The web client proxy builder.
WebClientProxyBuilder.Default - Class in org.bremersee.web.reactive.function.client.proxy
The default web client proxy builder.
withAccessTokenRetriever(AccessTokenRetriever<Mono<String>>, AccessTokenRetrieverProperties) - Static method in interface org.bremersee.security.authentication.ReactiveAccessTokenProviders
Provider that retrieves the access token from an OpenId server.
withAccessTokenRetriever(AccessTokenRetriever<Mono<String>>, AccessTokenRetrieverProperties) - Static method in class org.bremersee.web.reactive.function.client.AccessTokenAppender
With access token retriever access token appender.
withAccessTokenRetriever(AccessTokenRetrieverProperties) - Static method in interface org.bremersee.security.authentication.ReactiveAccessTokenProviders
Provider that retrieves the access token from an OpenId server.
withAccessTokenRetriever(AccessTokenRetrieverProperties) - Static method in class org.bremersee.web.reactive.function.client.AccessTokenAppender
With access token retriever access token appender.
A B C D E F G I J M O P R S W 
All Classes All Packages