Class BasicAuthenticationPayloadExchangeConverter
java.lang.Object
org.springframework.security.rsocket.authentication.BasicAuthenticationPayloadExchangeConverter
- All Implemented Interfaces:
PayloadExchangeAuthenticationConverter
@Deprecated
public class BasicAuthenticationPayloadExchangeConverter
extends Object
implements PayloadExchangeAuthenticationConverter
Deprecated.
Converts from the
PayloadExchange
to a
UsernamePasswordAuthenticationToken
by extracting
UsernamePasswordMetadata.BASIC_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
-
BasicAuthenticationPayloadExchangeConverter
public BasicAuthenticationPayloadExchangeConverter()Deprecated.
-
-
Method Details
-
convert
Deprecated.- Specified by:
convert
in interfacePayloadExchangeAuthenticationConverter
-
AuthenticationPayloadExchangeConverter
instead