@Address(value="/core-service=management/security-realm=*/authentication=jaas") @Implicit public class JaasAuthentication<T extends JaasAuthentication<T>> extends HashMap implements Keyed
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
JaasAuthentication() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
Boolean |
assignGroups()
Map the roles loaded by JAAS to groups.
|
T |
assignGroups(Boolean value)
Map the roles loaded by JAAS to groups.
|
String |
getKey() |
String |
name()
The name of the JAAS configuration to use.
|
T |
name(String value)
The name of the JAAS configuration to use.
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
@ModelNodeBinding(detypedName="assign-groups") public Boolean assignGroups()
@ModelNodeBinding(detypedName="name") public String name()
Copyright © 2017 JBoss by Red Hat. All rights reserved.