public class AuthenticationContext<T extends AuthenticationContext<T>> extends Object
Constructor and Description |
---|
AuthenticationContext(String key) |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
attributeExtends()
A previously defined authentication context to extend.
|
T |
attributeExtends(String value)
A previously defined authentication context to extend.
|
String |
getKey() |
T |
matchRule(Map value)
The match-rules for this authentication context.
|
List<Map> |
matchRules()
The match-rules for this authentication context.
|
T |
matchRules(List<Map> value)
The match-rules for this authentication context.
|
T |
matchRules(Map... args)
The match-rules for this authentication context.
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
public AuthenticationContext(String key)
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public String attributeExtends()
public T attributeExtends(String value)
Copyright © 2018 JBoss by Red Hat. All rights reserved.