com.atlassian.crowd.plugin.rest.service.controller
Class CookieConfigController

java.lang.Object
  extended by com.atlassian.crowd.plugin.rest.service.controller.CookieConfigController

public class CookieConfigController
extends Object

Controller for cookie configuration.


Constructor Summary
CookieConfigController(PropertyManager propertyManager, ClientProperties clientProperties)
           
 
Method Summary
 String getDomain()
           
 String getName()
           
 boolean isSecureCookie()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CookieConfigController

public CookieConfigController(PropertyManager propertyManager,
                              ClientProperties clientProperties)
Method Detail

getDomain

public String getDomain()
Returns:
domain that the cookie should use.

isSecureCookie

public boolean isSecureCookie()
Returns:
true if "secure" flag should be set to true on the SSO cookie.

getName

public String getName()
Returns:
name that the cookie should use


Copyright © 2014 Atlassian. All Rights Reserved.