public class ElytronRealm<T extends ElytronRealm<T>> extends Object
Constructor and Description |
---|
ElytronRealm(String key) |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
Boolean |
applyRoleMappers()
Indicates to the realm if it should apply the role mappers defined in the
legacy domain to the roles obtained from authenticated Subjects or not.
|
T |
applyRoleMappers(Boolean value)
Indicates to the realm if it should apply the role mappers defined in the
legacy domain to the roles obtained from authenticated Subjects or not.
|
String |
getKey() |
String |
legacyJaasConfig()
The name of the legacy security domain to which authentication will be
delegated.
|
T |
legacyJaasConfig(String value)
The name of the legacy security domain to which authentication will be
delegated.
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
public ElytronRealm(String key)
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public Boolean applyRoleMappers()
public T applyRoleMappers(Boolean value)
public String legacyJaasConfig()
Copyright © 2019 JBoss by Red Hat. All rights reserved.