Package | Description |
---|---|
com.atlassian.crowd.integration | |
com.atlassian.crowd.integration.http | |
com.atlassian.crowd.integration.seraph |
Modifier and Type | Method and Description |
---|---|
static AuthenticationState |
AuthenticationState.authenticated() |
static AuthenticationState |
AuthenticationState.authenticated(Principal principal)
Create successful authentication state containing a user.
|
static AuthenticationState |
AuthenticationState.unauthenticated() |
Modifier and Type | Method and Description |
---|---|
AuthenticationState |
CrowdHttpAuthenticatorImpl.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 |
CacheAwareCrowdHttpAuthenticator.checkAuthenticated(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
Modifier and Type | Method and Description |
---|---|
protected AuthenticationState |
CrowdAuthenticator.checkAuthenticated(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Checks to see if the request can be authenticated.
|
protected AuthenticationState |
CrowdAuthenticator.checkRememberMeLoginToCrowd(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Attempts to authenticate the request based on the auto-login cookie (if set).
|
Copyright © 2020 Atlassian. All rights reserved.