|
||||||||||
| 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(java.lang.String domain,
boolean secure)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDomain()
Returns the domain that the cookie should be set for. |
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(java.lang.String domain,
boolean secure)
| Method Detail |
|---|
public java.lang.String getDomain()
public boolean isSecure()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||