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