public class PropertiesRealm<T extends PropertiesRealm<T>> extends Object
Constructor and Description |
---|
PropertiesRealm(String key) |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
attributeSynchronized()
The time the properties files that back this realm were last loaded.
|
T |
attributeSynchronized(String value)
The time the properties files that back this realm were last loaded.
|
String |
getKey() |
String |
groupsAttribute()
The name of the attribute in the returned AuthorizationIdentity that
should contain the group membership information for the identity.
|
T |
groupsAttribute(String value)
The name of the attribute in the returned AuthorizationIdentity that
should contain the group membership information for the identity.
|
Map |
groupsProperties()
The properties file containing the users and their groups.
|
T |
groupsProperties(Map value)
The properties file containing the users and their groups.
|
T |
groupsProperty(String key,
Object value)
The properties file containing the users and their groups.
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
Map |
usersProperties()
The properties file containing the users and their passwords.
|
T |
usersProperties(Map value)
The properties file containing the users and their passwords.
|
T |
usersProperty(String key,
Object value)
The properties file containing the users and their passwords.
|
public PropertiesRealm(String key)
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public String groupsAttribute()
public T groupsAttribute(String value)
public Map groupsProperties()
public T groupsProperties(Map value)
public T groupsProperty(String key, Object value)
public String attributeSynchronized()
public T attributeSynchronized(String value)
public Map usersProperties()
public T usersProperties(Map value)
Copyright © 2019 JBoss by Red Hat. All rights reserved.