Class BearerPayloadExchangeConverter
java.lang.Object
org.springframework.security.rsocket.authentication.BearerPayloadExchangeConverter
- All Implemented Interfaces:
PayloadExchangeAuthenticationConverter
@Deprecated
public class BearerPayloadExchangeConverter
extends Object
implements PayloadExchangeAuthenticationConverter
Deprecated.
Converts from the
PayloadExchange
to a BearerTokenAuthenticationToken
by extracting BearerTokenMetadata.BEARER_AUTHENTICATION_MIME_TYPE
from the
metadata.- Since:
- 5.2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<Authentication>
convert
(PayloadExchange exchange) Deprecated.
-
Constructor Details
-
BearerPayloadExchangeConverter
public BearerPayloadExchangeConverter()Deprecated.
-
-
Method Details
-
convert
Deprecated.- Specified by:
convert
in interfacePayloadExchangeAuthenticationConverter
-
AuthenticationPayloadExchangeConverter
instead