com.atlassian.crowd.plugin.rest.service.controller
Class CookieConfigController
java.lang.Object
com.atlassian.crowd.plugin.rest.service.controller.CookieConfigController
public class CookieConfigController
- extends Object
Controller for cookie configuration.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CookieConfigController
public CookieConfigController(PropertyManager propertyManager,
ClientProperties clientProperties)
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.