Uses of Class
com.atlassian.crowd.integration.AuthenticationState
Packages that use AuthenticationState
Package
Description
-
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(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) CachedCrowdHttpAuthenticatorImpl.checkAuthenticated(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) CrowdHttpAuthenticator.checkAuthenticated(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) Tests whether a request is authenticated via SSO.CrowdHttpAuthenticatorImpl.checkAuthenticated(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) -
Uses of AuthenticationState in com.atlassian.crowd.integration.seraph
Methods in com.atlassian.crowd.integration.seraph that return AuthenticationStateModifier and TypeMethodDescriptionprotected AuthenticationStateCrowdAuthenticator.checkAuthenticated(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) Checks to see if the request can be authenticated.protected AuthenticationStateCrowdAuthenticator.checkRememberMeLoginToCrowd(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) Attempts to authenticate the request based on the auto-login cookie (if set).