Class ServerX509AuthenticationConverter
java.lang.Object
org.springframework.security.web.server.authentication.ServerX509AuthenticationConverter
- All Implemented Interfaces:
- ServerAuthenticationConverter
public class ServerX509AuthenticationConverter
extends Object
implements ServerAuthenticationConverter
Converts from a 
SslInfo provided by a request to an
 PreAuthenticatedAuthenticationToken that can be authenticated.- Since:
- 5.2
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionServerX509AuthenticationConverter(X509PrincipalExtractor principalExtractor) 
- 
Method SummaryModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Authentication>convert(org.springframework.web.server.ServerWebExchange exchange) Converts aServerWebExchangeto anAuthentication
- 
Field Details- 
loggerprotected final org.apache.commons.logging.Log logger
 
- 
- 
Constructor Details- 
ServerX509AuthenticationConverter
 
- 
- 
Method Details- 
convertpublic reactor.core.publisher.Mono<Authentication> convert(org.springframework.web.server.ServerWebExchange exchange) Description copied from interface:ServerAuthenticationConverterConverts aServerWebExchangeto anAuthentication- Specified by:
- convertin interface- ServerAuthenticationConverter
- Parameters:
- exchange- The- ServerWebExchange
- Returns:
- A Monorepresenting anAuthentication
 
 
-