Class CookieConfiguration
java.lang.Object
com.atlassian.crowd.model.authentication.CookieConfiguration
Represents the configuration of Crowd's cookie based SSO
- Since:
- v3.0
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
DEFAULT_COOKIE_TOKEN_KEY
This is the default SSO cookie name
-
-
Constructor Details
-
CookieConfiguration
-
-
Method Details
-
getDomain
Returns the domain that the cookie should be set for.- Returns:
- domain
-
isSecure
public boolean isSecure()Returnstrue
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
Returns the name of the SSO token cookie.- Returns:
- name of the SSO token cookie
-
toString
-
equals
-
hashCode
public int hashCode()
-