All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description AnonymousPayloadInterceptor IfReactiveSecurityContextHolder
is empty populates anAnonymousAuthenticationToken
AuthenticationPayloadExchangeConverter Converts from thePayloadExchange
for Authentication Extension.AuthenticationPayloadInterceptor Uses the providedReactiveAuthenticationManager
to authenticate a Payload.AuthorizationPayloadInterceptor Provides authorization of thePayloadExchange
.BasicAuthenticationDecoder Deprecated. Basic Authentication did not evolve into a standard.BasicAuthenticationEncoder Deprecated. Basic Authentication did not evolve into a standard.BasicAuthenticationPayloadExchangeConverter Converts from thePayloadExchange
to aUsernamePasswordAuthenticationToken
by extractingBASIC_AUTHENTICATION_MIME_TYPE
from the metadata.BearerPayloadExchangeConverter Converts from thePayloadExchange
to aBearerTokenAuthenticationToken
by extractingBearerTokenMetadata.BEARER_AUTHENTICATION_MIME_TYPE
from the metadata.BearerTokenAuthenticationEncoder Encodes Bearer Authentication.BearerTokenMetadata Represents a bearer token that has been encoded into aPayload#metadata()
.DefaultPayloadExchange Default implementation ofPayloadExchange
PayloadExchange Contract for a Payload interaction.PayloadExchangeAuthenticationConverter Converts from aPayloadExchange
to anAuthentication
PayloadExchangeAuthorizationContext PayloadExchangeMatcher An interface for determining if aPayloadExchangeMatcher
matches.PayloadExchangeMatcher.MatchResult The result of matchingPayloadExchangeMatcherEntry<T> PayloadExchangeMatcherReactiveAuthorizationManager Maps a @{code List} ofPayloadExchangeMatcher
instances toPayloadExchangeMatcherReactiveAuthorizationManager.Builder PayloadExchangeMatchers PayloadExchangeType ThePayloadExchange
typePayloadInterceptor Contract for interception-style, chained processing of Payloads that may be used to implement cross-cutting, application-agnostic requirements such as security, timeouts, and others.PayloadInterceptorChain Contract to allow aPayloadInterceptor
to delegate to the next in the chain.PayloadSocketAcceptorInterceptor ASocketAcceptorInterceptor
that applies thePayloadInterceptor
sRoutePayloadExchangeMatcher SecuritySocketAcceptorInterceptor A SocketAcceptorInterceptor that applies Security through a delegateSocketAcceptorInterceptor
.SimpleAuthenticationEncoder Encodes Simple Authentication.UsernamePasswordMetadata Represents a username and password that have been encoded into aPayload.metadata()
.