Uses of Class
com.atlassian.crowd.model.authentication.CookieConfiguration

Packages that use CookieConfiguration
com.atlassian.crowd.integration.http.util   
com.atlassian.crowd.service.client   
 

Uses of CookieConfiguration in com.atlassian.crowd.integration.http.util
 

Methods in com.atlassian.crowd.integration.http.util with parameters of type CookieConfiguration
 void CrowdHttpTokenHelper.removeCrowdToken(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, ClientProperties clientProperties, CookieConfiguration cookieConfig)
          Removes the Crowd SSO token.
 void CrowdHttpTokenHelperImpl.removeCrowdToken(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, 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.
 void CrowdHttpTokenHelperImpl.setCrowdToken(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String token, ClientProperties clientProperties, CookieConfiguration cookieConfig)
           
 

Uses of CookieConfiguration in com.atlassian.crowd.service.client
 

Methods in com.atlassian.crowd.service.client that return CookieConfiguration
 CookieConfiguration CrowdClient.getCookieConfiguration()
          Returns the cookie configuration.
 



Copyright © 2013 Atlassian. All Rights Reserved.