Modifier and Type | Method and Description |
---|---|
void |
CrowdHttpTokenHelperImpl.removeCrowdToken(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ClientProperties clientProperties,
CookieConfiguration cookieConfig) |
void |
CrowdHttpTokenHelper.removeCrowdToken(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ClientProperties clientProperties,
CookieConfiguration cookieConfig)
Removes the Crowd SSO token.
|
void |
CrowdHttpTokenHelperImpl.setCrowdToken(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String token,
ClientProperties clientProperties,
CookieConfiguration cookieConfig) |
void |
CrowdHttpTokenHelper.setCrowdToken(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String token,
ClientProperties clientProperties,
CookieConfiguration cookieConfig)
Sets the Crowd SSO token in:
the request: as an attribute, so the user is authenticated for the span of the request.
the response: as a cookie, so the user is authenticated for subsequent requests.
Also sets the last session validation date/time.
|
Modifier and Type | Method and Description |
---|---|
CookieConfiguration |
RestCrowdClient.getCookieConfiguration() |
Modifier and Type | Method and Description |
---|---|
protected CookieConfiguration |
CrowdSSOAuthenticationProcessingFilter.getCookieConfiguration() |
Modifier and Type | Method and Description |
---|---|
protected CookieConfiguration |
CrowdSSOAuthenticationProcessingFilter.getCookieConfiguration() |
protected CookieConfiguration |
AbstractLocalCrowdAuthenticationProcessingFilter.getCookieConfiguration() |
protected abstract CookieConfiguration |
AbstractCrowdSSOAuthenticationProcessingFilter.getCookieConfiguration() |
Modifier and Type | Method and Description |
---|---|
CookieConfiguration |
PropertyManagerGeneric.getCookieConfiguration() |
CookieConfiguration |
PropertyManager.getCookieConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
PropertyManagerGeneric.setCookieConfiguration(CookieConfiguration cookieConfiguration) |
void |
PropertyManager.setCookieConfiguration(CookieConfiguration cookieConfiguration)
Updates the configuration of Crowd's cookie-based SSO
|
Constructor and Description |
---|
CookieConfigEntity(CookieConfiguration cookieConfiguration) |
Modifier and Type | Method and Description |
---|---|
CookieConfiguration |
CookieConfigController.getCookieConfiguration() |
Modifier and Type | Method and Description |
---|---|
CookieConfiguration |
CrowdClient.getCookieConfiguration()
Returns the cookie configuration.
|
Copyright © 2020 Atlassian. All rights reserved.