Interface ExternalAuthenticator


  • public interface ExternalAuthenticator
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.springframework.security.core.Authentication authenticate​(org.springframework.security.core.Authentication authentication)  
    • Method Detail

      • authenticate

        org.springframework.security.core.Authentication authenticate​(org.springframework.security.core.Authentication authentication)
                                                               throws org.springframework.security.core.AuthenticationException
        Throws:
        org.springframework.security.core.AuthenticationException