Package org.springframework.security.rsocket.authentication
package org.springframework.security.rsocket.authentication
-
ClassDescriptionIf
ReactiveSecurityContextHolder
is empty populates anAnonymousAuthenticationToken
Converts from thePayloadExchange
for Authentication Extension.Uses the providedReactiveAuthenticationManager
to authenticate a Payload.Converts from thePayloadExchange
to aUsernamePasswordAuthenticationToken
by extractingUsernamePasswordMetadata.BASIC_AUTHENTICATION_MIME_TYPE
from the metadata.Converts from thePayloadExchange
to aBearerTokenAuthenticationToken
by extractingBearerTokenMetadata.BEARER_AUTHENTICATION_MIME_TYPE
from the metadata.Converts from aPayloadExchange
to anAuthentication