public class LocalAuthentication<T extends LocalAuthentication<T>> extends Object
| 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. 
 | 
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public String allowedUsers()
public T allowedUsers(String value)
public String defaultUser()
public T defaultUser(String value)
public Boolean skipGroupLoading()
Copyright © 2018 JBoss by Red Hat. All rights reserved.