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).
|
T |
authorizationRealmAppend(String value)
Reference to one or more security realms to use for loading the identity
for authorization steps and aggregating the attributes (loading of the
identity).
|
List<String> |
authorizationRealms()
Reference to one or more security realms to use for loading the identity
for authorization steps and aggregating the attributes (loading of the
identity).
|
T |
authorizationRealms(List<String> value)
Reference to one or more security realms to use for loading the identity
for authorization steps and aggregating the attributes (loading of the
identity).
|
T |
authorizationRealms(String... args)
Reference to one or more security realms to use for loading the identity
for authorization steps and aggregating the attributes (loading of the
identity).
|
String |
getKey() |
String |
principalTransformer()
Reference to a principal transformer to apply between loading the
identity for authentication and loading the identity for authorization
|
T |
principalTransformer(String value)
Reference to a principal transformer to apply between loading the
identity for authentication and loading the identity for authorization
|
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()
public T authorizationRealm(String value)
public List<String> authorizationRealms()
public T authorizationRealms(List<String> value)
public T authorizationRealmAppend(String value)
public T authorizationRealms(String... args)
public String principalTransformer()
Copyright © 2020 JBoss by Red Hat. All rights reserved.