Interface | Description |
---|---|
PayloadExchangeAuthenticationConverter |
Converts from a
PayloadExchange to an Authentication |
Class | Description |
---|---|
AnonymousPayloadInterceptor |
If
ReactiveSecurityContextHolder is empty populates an
AnonymousAuthenticationToken |
AuthenticationPayloadExchangeConverter |
Converts from the
PayloadExchange for
Authentication Extension. |
AuthenticationPayloadInterceptor |
Uses the provided
ReactiveAuthenticationManager to authenticate a Payload. |
BasicAuthenticationPayloadExchangeConverter |
Converts from the
PayloadExchange to a
UsernamePasswordAuthenticationToken by extracting
UsernamePasswordMetadata.BASIC_AUTHENTICATION_MIME_TYPE from the metadata. |
BearerPayloadExchangeConverter |
Converts from the
PayloadExchange to a
BearerTokenAuthenticationToken by extracting
BearerTokenMetadata.BEARER_AUTHENTICATION_MIME_TYPE from the metadata. |