public class SingleSignOnSetting<T extends SingleSignOnSetting<T>> extends HashMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
SingleSignOnSetting() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
cookieName()
Name of the cookie
|
T |
cookieName(String value)
Name of the cookie
|
String |
domain()
The cookie domain that will be used.
|
T |
domain(String value)
The cookie domain that will be used.
|
String |
getKey() |
Boolean |
httpOnly()
Set Cookie httpOnly attribute.
|
T |
httpOnly(Boolean value)
Set Cookie httpOnly attribute.
|
String |
path()
Cookie path.
|
T |
path(String value)
Cookie path.
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
Boolean |
secure()
Set Cookie secure attribute.
|
T |
secure(Boolean value)
Set Cookie secure attribute.
|
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public String cookieName()
public String domain()
public Boolean httpOnly()
public String path()
public Boolean secure()
Copyright © 2017 JBoss by Red Hat. All rights reserved.