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