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 Details

  • Method Details

    • shouldAttemptAuthentication

      public boolean shouldAttemptAuthentication(javax.servlet.http.HttpServletRequest request)
      Specified by:
      shouldAttemptAuthentication in interface com.atlassian.sal.api.auth.AuthenticationController
    • canLogin

      public boolean canLogin(Principal principal, javax.servlet.http.HttpServletRequest request)
      Specified by:
      canLogin in interface com.atlassian.sal.api.auth.AuthenticationController