public class CustomPrincipalTransformer<T extends CustomPrincipalTransformer<T>> extends Object
| Constructor and Description | 
|---|
CustomPrincipalTransformer(String key)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener 
 | 
String | 
className()
The class name of the implementation of the custom principal transformer. 
 | 
T | 
className(String value)
The class name of the implementation of the custom principal transformer. 
 | 
Map | 
configuration()
The optional key/value configuration for the custom principal
 transformer. 
 | 
T | 
configuration(Map value)
The optional key/value configuration for the custom principal
 transformer. 
 | 
T | 
configuration(String key,
             Object value)
The optional key/value configuration for the custom principal
 transformer. 
 | 
String | 
getKey()  | 
String | 
module()
The module to use to load the custom principal transformer. 
 | 
T | 
module(String value)
The module to use to load the custom principal transformer. 
 | 
void | 
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener 
 | 
public CustomPrincipalTransformer(String key)
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public Map configuration()
public T configuration(Map value)
public T configuration(String key, Object value)
public String className()
public T className(String value)
public String module()
Copyright © 2018 JBoss by Red Hat. All rights reserved.