public class CookieConfiguration extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_COOKIE_TOKEN_KEY
This is the default SSO cookie name
|
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 static String DEFAULT_COOKIE_TOKEN_KEY
public String getDomain()
public boolean isSecure()
public String getName()
Copyright © 2021 Atlassian. All rights reserved.