Class ServerX509AuthenticationConverter

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.apache.commons.logging.Log logger  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      reactor.core.publisher.Mono<org.springframework.security.core.Authentication> convert​(org.springframework.web.server.ServerWebExchange exchange)
      Converts a ServerWebExchange to an Authentication
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • logger

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

      • ServerX509AuthenticationConverter

        public ServerX509AuthenticationConverter​(@NonNull
                                                 X509PrincipalExtractor principalExtractor)
    • Method Detail

      • convert

        public reactor.core.publisher.Mono<org.springframework.security.core.Authentication> convert​(org.springframework.web.server.ServerWebExchange exchange)
        Description copied from interface: ServerAuthenticationConverter
        Converts a ServerWebExchange to an Authentication
        Specified by:
        convert in interface ServerAuthenticationConverter
        Parameters:
        exchange - The ServerWebExchange
        Returns:
        A Mono representing an Authentication