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 Details

    • logger

      protected final org.apache.commons.logging.Log logger
  • Constructor Details

    • ServerX509AuthenticationConverter

      public ServerX509AuthenticationConverter(@NonNull X509PrincipalExtractor principalExtractor)
  • Method Details