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
ConstructorsConstructorDescriptionXLCrowdAuthenticationProvider(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 TypeMethodDescriptionorg.springframework.security.core.Authenticationauthenticate(org.springframework.security.core.Authentication authentication) Methods inherited from class com.atlassian.crowd.integration.springsecurity.RemoteCrowdAuthenticationProvider
authenticate, authenticateWithoutPassword, isAuthenticated, loadUserByToken, loadUserByUsernameMethods inherited from class com.atlassian.crowd.integration.springsecurity.CrowdAuthenticationProvider
authenticateCrowdRememberedUsername, authenticateCrowdSSO, authenticateUsernamePassword, supports, supports, translateException
-
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:
authenticatein interfaceorg.springframework.security.authentication.AuthenticationProvider- Overrides:
authenticatein classcom.atlassian.crowd.integration.springsecurity.CrowdAuthenticationProvider- Throws:
org.springframework.security.core.AuthenticationException
-