Class XLCrowdAuthenticationProvider

  • All Implemented Interfaces:
    org.springframework.security.authentication.AuthenticationProvider

    public class XLCrowdAuthenticationProvider
    extends com.atlassian.crowd.integration.springsecurity.RemoteCrowdAuthenticationProvider
    • Field Summary

      • Fields inherited from class com.atlassian.crowd.integration.springsecurity.RemoteCrowdAuthenticationProvider

        authenticationManager, httpAuthenticator, userDetailsService
    • Constructor Summary

      Constructors 
      Constructor Description
      XLCrowdAuthenticationProvider​(com.atlassian.crowd.service.client.CrowdClient authenticationManager, com.atlassian.crowd.integration.http.CrowdHttpAuthenticator httpAuthenticator, com.atlassian.crowd.integration.springsecurity.user.CrowdUserDetailsService userDetailsService)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.security.core.Authentication authenticate​(org.springframework.security.core.Authentication authentication)  
      • Methods inherited from class com.atlassian.crowd.integration.springsecurity.RemoteCrowdAuthenticationProvider

        authenticate, authenticateWithoutPassword, isAuthenticated, loadUserByToken, loadUserByUsername
      • Methods inherited from class com.atlassian.crowd.integration.springsecurity.CrowdAuthenticationProvider

        authenticateCrowdRememberedUsername, authenticateCrowdSSO, authenticateUsernamePassword, supports, supports, translateException
      • Methods inherited from class java.lang.Object

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

      • XLCrowdAuthenticationProvider

        public XLCrowdAuthenticationProvider​(com.atlassian.crowd.service.client.CrowdClient authenticationManager,
                                             com.atlassian.crowd.integration.http.CrowdHttpAuthenticator httpAuthenticator,
                                             com.atlassian.crowd.integration.springsecurity.user.CrowdUserDetailsService userDetailsService)
    • Method Detail

      • authenticate

        public org.springframework.security.core.Authentication authenticate​(org.springframework.security.core.Authentication authentication)
                                                                      throws org.springframework.security.core.AuthenticationException
        Specified by:
        authenticate in interface org.springframework.security.authentication.AuthenticationProvider
        Overrides:
        authenticate in class com.atlassian.crowd.integration.springsecurity.CrowdAuthenticationProvider
        Throws:
        org.springframework.security.core.AuthenticationException