| 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 void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
@ModelNodeBinding(detypedName="apply-role-mappers") public Boolean applyRoleMappers()
public T applyRoleMappers(Boolean value)
@ModelNodeBinding(detypedName="legacy-jaas-config") public String legacyJaasConfig()
Copyright © 2019 JBoss by Red Hat. All rights reserved.