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 java.lang.Object

Controller for cookie configuration.


Constructor Summary
CookieConfigController(PropertyManager propertyManager, ClientProperties clientProperties)
           
 
Method Summary
 java.lang.String getDomain()
           
 java.lang.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 java.lang.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 java.lang.String getName()
Returns:
name that the cookie should use


Copyright © 2012 Atlassian. All Rights Reserved.