|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.crowd.model.authentication.CookieConfiguration
public class CookieConfiguration
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 |
|---|
public CookieConfiguration(String domain,
boolean secure,
String name)
| Method Detail |
|---|
public String getDomain()
public boolean isSecure()
public String getName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||