Uses of Class
com.atlassian.crowd.integration.AuthenticationState

Packages that use AuthenticationState
com.atlassian.crowd.integration   
com.atlassian.crowd.integration.http   
 

Uses of AuthenticationState in com.atlassian.crowd.integration
 

Methods in com.atlassian.crowd.integration that return AuthenticationState
static AuthenticationState AuthenticationState.authenticated()
           
static AuthenticationState AuthenticationState.authenticated(Principal principal)
          Create successful authentication state containing a user.
static AuthenticationState AuthenticationState.unauthenticated()
           
 

Uses of AuthenticationState in com.atlassian.crowd.integration.http
 

Methods in com.atlassian.crowd.integration.http that return AuthenticationState
 AuthenticationState CacheAwareCrowdHttpAuthenticator.checkAuthenticated(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 AuthenticationState CrowdHttpAuthenticator.checkAuthenticated(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Tests whether a request is authenticated via SSO.
 AuthenticationState CrowdHttpAuthenticatorImpl.checkAuthenticated(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 



Copyright © 2016 Atlassian. All Rights Reserved.