com.atlassian.crowd.model.authentication
Class CookieConfiguration

java.lang.Object
  extended by com.atlassian.crowd.model.authentication.CookieConfiguration

public class CookieConfiguration
extends Object

Configuration of cookies.


Constructor Summary
CookieConfiguration(String domain, boolean secure, String name)
           
 
Method Summary
 String getDomain()
          Returns the domain that the cookie should be set for.
 String getName()
          Returns the name of the SSO token cookie.
 boolean isSecure()
          Returns true if the cookie should only be included in a secure connection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CookieConfiguration

public CookieConfiguration(String domain,
                           boolean secure,
                           String name)
Method Detail

getDomain

public String getDomain()
Returns the domain that the cookie should be set for.

Returns:
domain

isSecure

public boolean isSecure()
Returns true if the cookie should only be included in a secure connection.

Returns:
true if the cookie should only be included in a secure connection

getName

public String getName()
Returns the name of the SSO token cookie.

Returns:
name of the SSO token cookie


Copyright © 2012 Atlassian. All Rights Reserved.