Package com.atlassian.sal.crowd.auth
Class CrowdAuthenticationController
java.lang.Object
com.atlassian.sal.crowd.auth.CrowdAuthenticationController
- All Implemented Interfaces:
com.atlassian.sal.api.auth.AuthenticationController
public class CrowdAuthenticationController
extends Object
implements com.atlassian.sal.api.auth.AuthenticationController
Implementation of
AuthenticationController- Since:
- v2.7
-
Constructor Summary
ConstructorsConstructorDescriptionCrowdAuthenticationController(UserService userService, ApplicationService applicationService, ApplicationManager applicationManager) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanshouldAttemptAuthentication(javax.servlet.http.HttpServletRequest request)
-
Constructor Details
-
CrowdAuthenticationController
public CrowdAuthenticationController(UserService userService, ApplicationService applicationService, ApplicationManager applicationManager)
-
-
Method Details
-
shouldAttemptAuthentication
public boolean shouldAttemptAuthentication(javax.servlet.http.HttpServletRequest request) - Specified by:
shouldAttemptAuthenticationin interfacecom.atlassian.sal.api.auth.AuthenticationController
-
canLogin
- Specified by:
canLoginin interfacecom.atlassian.sal.api.auth.AuthenticationController
-