| Class and Description |
|---|
| org.springframework.security.rsocket.metadata.BasicAuthenticationDecoder
Basic Authentication did not evolve into a standard. Use Simple
Authentication instead.
|
| org.springframework.security.rsocket.metadata.BasicAuthenticationEncoder
Basic Authentication did not evolve into a standard. use
SimpleAuthenticationEncoder |
| Field and Description |
|---|
| org.springframework.security.rsocket.metadata.UsernamePasswordMetadata.BASIC_AUTHENTICATION_MIME_TYPE
Basic did not evolve into the standard. Instead use Simple
Authentication
MimeTypeUtils.parseMimeType(WellKnownMimeType.MESSAGE_RSOCKET_AUTHENTICATION.getString())
|
| org.springframework.security.rsocket.metadata.BearerTokenMetadata.BEARER_AUTHENTICATION_MIME_TYPE
Basic did not evolve into the standard. Instead use Simple
Authentication
MimeTypeUtils.parseMimeType(WellKnownMimeType.MESSAGE_RSOCKET_AUTHENTICATION.getString())
|