public class CookieConfiguration extends Object
| Constructor and Description |
|---|
CookieConfiguration(String domain,
boolean secure,
String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDomain()
Returns the domain that the cookie should be set for.
|
String |
getName()
Returns the name of the SSO token cookie.
|
int |
hashCode() |
boolean |
isSecure()
Returns true if the cookie should only be included in a secure connection.
|
String |
toString() |
public String getDomain()
public boolean isSecure()
public String getName()
Copyright © 2018 Atlassian. All rights reserved.