Uses of Class
com.atlassian.crowd.model.authentication.CookieConfiguration
Packages that use CookieConfiguration
Package
Description
-
Uses of CookieConfiguration in com.atlassian.crowd.integration.http.util
Methods in com.atlassian.crowd.integration.http.util with parameters of type CookieConfigurationModifier and TypeMethodDescriptionvoidCrowdHttpTokenHelper.removeCrowdToken(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, ClientProperties clientProperties, CookieConfiguration cookieConfig) Removes the Crowd SSO token.voidCrowdHttpTokenHelperImpl.removeCrowdToken(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, ClientProperties clientProperties, CookieConfiguration cookieConfig) voidCrowdHttpTokenHelper.setCrowdToken(jakarta.servlet.http.HttpServletRequest request, jakarta.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.voidCrowdHttpTokenHelperImpl.setCrowdToken(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, String token, ClientProperties clientProperties, CookieConfiguration cookieConfig) -
Uses of CookieConfiguration in com.atlassian.crowd.integration.rest.service
Methods in com.atlassian.crowd.integration.rest.service that return CookieConfiguration -
Uses of CookieConfiguration in com.atlassian.crowd.integration.springsecurity
Methods in com.atlassian.crowd.integration.springsecurity that return CookieConfigurationModifier and TypeMethodDescriptionprotected abstract CookieConfigurationAbstractCrowdSSOAuthenticationProcessingFilter.getCookieConfiguration()protected CookieConfigurationAbstractLocalCrowdAuthenticationProcessingFilter.getCookieConfiguration()protected CookieConfigurationCrowdSSOAuthenticationProcessingFilter.getCookieConfiguration() -
Uses of CookieConfiguration in com.atlassian.crowd.manager.property
Methods in com.atlassian.crowd.manager.property that return CookieConfigurationModifier and TypeMethodDescriptionPropertyManager.getCookieConfiguration()PropertyManagerGeneric.getCookieConfiguration()Methods in com.atlassian.crowd.manager.property with parameters of type CookieConfigurationModifier and TypeMethodDescriptionvoidPropertyManager.setCookieConfiguration(CookieConfiguration cookieConfiguration) Updates the configuration of Crowd's cookie-based SSOvoidPropertyManagerGeneric.setCookieConfiguration(CookieConfiguration cookieConfiguration) -
Uses of CookieConfiguration in com.atlassian.crowd.plugin.rest.entity.admin
Constructors in com.atlassian.crowd.plugin.rest.entity.admin with parameters of type CookieConfiguration -
Uses of CookieConfiguration in com.atlassian.crowd.plugin.rest.service.controller
Methods in com.atlassian.crowd.plugin.rest.service.controller that return CookieConfiguration -
Uses of CookieConfiguration in com.atlassian.crowd.service.client
Methods in com.atlassian.crowd.service.client that return CookieConfigurationModifier and TypeMethodDescriptionCrowdClient.getCookieConfiguration()Returns the cookie configuration.