@Address(value="/core-service=management/security-realm=*/authentication=local") @Implicit public class LocalAuthentication<T extends LocalAuthentication<T>> extends HashMap implements Keyed
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
LocalAuthentication() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
allowedUsers()
The comma separated list of users that will be accepted using the
JBOSS-LOCAL-USER mechanism or '*' to accept all.
|
T |
allowedUsers(String value)
The comma separated list of users that will be accepted using the
JBOSS-LOCAL-USER mechanism or '*' to accept all.
|
String |
defaultUser()
The name of the default user to assume if no user specified by the remote
client.
|
T |
defaultUser(String value)
The name of the default user to assume if no user specified by the remote
client.
|
String |
getKey() |
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
Boolean |
skipGroupLoading()
Disable the loading of the users group membership information after local
authentication has been used.
|
T |
skipGroupLoading(Boolean value)
Disable the loading of the users group membership information after local
authentication has been used.
|
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="allowed-users") public String allowedUsers()
public T allowedUsers(String value)
@ModelNodeBinding(detypedName="default-user") public String defaultUser()
public T defaultUser(String value)
@ModelNodeBinding(detypedName="skip-group-loading") public Boolean skipGroupLoading()
Copyright © 2017 JBoss by Red Hat. All rights reserved.