public class AggregateRealm<T extends AggregateRealm<T>> extends Object
Constructor and Description |
---|
AggregateRealm(String key) |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
authenticationRealm()
Reference to the security realm to use for authentication steps
(obtaining or validating credentials).
|
T |
authenticationRealm(String value)
Reference to the security realm to use for authentication steps
(obtaining or validating credentials).
|
String |
authorizationRealm()
Reference to the security realm to use for loading the identity for
authorization steps (loading of the identity).
|
T |
authorizationRealm(String value)
Reference to the security realm to use for loading the identity for
authorization steps (loading of the identity).
|
String |
getKey() |
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
public AggregateRealm(String key)
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public String authenticationRealm()
public T authenticationRealm(String value)
public String authorizationRealm()
Copyright © 2018 JBoss by Red Hat. All rights reserved.