public class SingleSignOnSetting<T extends SingleSignOnSetting<T>> extends Object
Constructor and Description |
---|
SingleSignOnSetting() |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
clientSslContext()
Reference to the SSL context used to secure back-channel logout
connection.
|
T |
clientSslContext(String value)
Reference to the SSL context used to secure back-channel logout
connection.
|
String |
cookieName()
Name of the cookie
|
T |
cookieName(String value)
Name of the cookie
|
Map |
credentialReference()
The credential reference to decrypt the private key entry.
|
T |
credentialReference(Map value)
The credential reference to decrypt the private key entry.
|
T |
credentialReference(String key,
Object value)
The credential reference to decrypt the private key entry.
|
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 |
keyAlias()
Alias of the private key entry used for signing and verifying
back-channel logout connection.
|
T |
keyAlias(String value)
Alias of the private key entry used for signing and verifying
back-channel logout connection.
|
String |
keyStore()
Reference to key store containing a private key entry.
|
T |
keyStore(String value)
Reference to key store containing a private key entry.
|
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.
|
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public String clientSslContext()
public T clientSslContext(String value)
public String cookieName()
public Map credentialReference()
public T credentialReference(Map value)
public T credentialReference(String key, Object value)
public String domain()
public Boolean httpOnly()
public String keyAlias()
public T keyAlias(String value)
public String keyStore()
public String path()
public Boolean secure()
Copyright © 2019 JBoss by Red Hat. All rights reserved.