Class BearerTokenMetadata
java.lang.Object
org.springframework.security.rsocket.metadata.BearerTokenMetadata
Represents a bearer token that has been encoded into a
Payload#metadata()
.- Since:
- 5.2
-
Field Summary
Modifier and TypeFieldDescriptionstatic final org.springframework.util.MimeType
Deprecated.Basic did not evolve into the standard. -
Constructor Summary
-
Method Summary
-
Field Details
-
BEARER_AUTHENTICATION_MIME_TYPE
Deprecated.Basic did not evolve into the standard. Instead use Simple Authentication MimeTypeUtils.parseMimeType(WellKnownMimeType.MESSAGE_RSOCKET_AUTHENTICATION.getString())Represents a bearer token which is encoded as a String. See rsocket/rsocket#272
-
-
Constructor Details
-
BearerTokenMetadata
-
-
Method Details
-
getToken
-