Class XLCrowdAuthenticationProvider

java.lang.Object
com.atlassian.crowd.integration.springsecurity.CrowdAuthenticationProvider
com.atlassian.crowd.integration.springsecurity.RemoteCrowdAuthenticationProvider
com.xebialabs.deployit.security.authentication.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

    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 Details

    • 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 Details

    • 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