Uses of Class
com.atlassian.crowd.integration.AuthenticationState
Packages that use AuthenticationState
-
Uses of AuthenticationState in com.atlassian.crowd.integration
Methods in com.atlassian.crowd.integration that return AuthenticationStateModifier and TypeMethodDescriptionstatic AuthenticationStateAuthenticationState.authenticated()static AuthenticationStateAuthenticationState.authenticated(Principal principal) Create successful authentication state containing a user.static AuthenticationStateAuthenticationState.unauthenticated() -
Uses of AuthenticationState in com.atlassian.crowd.integration.http
Methods in com.atlassian.crowd.integration.http that return AuthenticationStateModifier and TypeMethodDescriptionCacheAwareCrowdHttpAuthenticator.checkAuthenticated(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) CrowdHttpAuthenticator.checkAuthenticated(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Tests whether a request is authenticated via SSO.CrowdHttpAuthenticatorImpl.checkAuthenticated(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)