All Classes and Interfaces
Class
Description
If
ReactiveSecurityContextHolder
is empty populates an
AnonymousAuthenticationToken
Converts from the
PayloadExchange
for Authentication
Extension.Uses the provided
ReactiveAuthenticationManager
to authenticate a Payload.Provides authorization of the
PayloadExchange
.Deprecated.
Basic Authentication did not evolve into a standard.
Deprecated.
Basic Authentication did not evolve into a standard.
Converts from the
PayloadExchange
to a
UsernamePasswordAuthenticationToken
by extracting
BASIC_AUTHENTICATION_MIME_TYPE
from the metadata.Converts from the
PayloadExchange
to a BearerTokenAuthenticationToken
by extracting BearerTokenMetadata.BEARER_AUTHENTICATION_MIME_TYPE
from the
metadata.Encodes Bearer
Authentication.
Represents a bearer token that has been encoded into a
Payload#metadata()
.Default implementation of
PayloadExchange
Contract for a Payload interaction.
Converts from a
PayloadExchange
to an Authentication
An interface for determining if a
PayloadExchangeMatcher
matches.The result of matching
Maps a @{code List} of
PayloadExchangeMatcher
instances toThe
PayloadExchange
typeContract for interception-style, chained processing of Payloads that may be used to
implement cross-cutting, application-agnostic requirements such as security, timeouts,
and others.
Contract to allow a
PayloadInterceptor
to delegate to the next in the chain.A
SocketAcceptorInterceptor
that applies the PayloadInterceptor
sA SocketAcceptorInterceptor that applies Security through a delegate
SocketAcceptorInterceptor
.Encodes Simple
Authentication.
Represents a username and password that have been encoded into a
Payload.metadata()
.