public class IdentityRealm<T extends IdentityRealm<T>> extends Object
Constructor and Description |
---|
IdentityRealm(String key) |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
attributeName()
The name of the attribute associated with this identity.
|
T |
attributeName(String value)
The name of the attribute associated with this identity.
|
T |
attributeValue(String value)
The values associated with the identity attributes.
|
List<String> |
attributeValues()
The values associated with the identity attributes.
|
T |
attributeValues(List<String> value)
The values associated with the identity attributes.
|
T |
attributeValues(String... args)
The values associated with the identity attributes.
|
String |
getKey() |
String |
identity()
The name of the identity available from the security realm.
|
T |
identity(String value)
The name of the identity available from the security realm.
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
public IdentityRealm(String key)
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public String attributeName()
public T attributeName(String value)
public List<String> attributeValues()
public T attributeValues(List<String> value)
public T attributeValue(String value)
public T attributeValues(String... args)
public String identity()
Copyright © 2019 JBoss by Red Hat. All rights reserved.