public class MappedRoleMapper<T extends MappedRoleMapper<T>> extends Object
Constructor and Description |
---|
MappedRoleMapper(String key) |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
getKey() |
Boolean |
keepMapped()
When set to 'true' the mapped roles will retain all roles, that have
defined mappings.
|
T |
keepMapped(Boolean value)
When set to 'true' the mapped roles will retain all roles, that have
defined mappings.
|
Boolean |
keepNonMapped()
When set to 'true' the mapped roles will retain all roles, that have no
defined mappings.
|
T |
keepNonMapped(Boolean value)
When set to 'true' the mapped roles will retain all roles, that have no
defined mappings.
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
Map |
roleMap()
A string to string list map for mapping roles.
|
T |
roleMap(Map value)
A string to string list map for mapping roles.
|
T |
roleMap(String key,
Object value)
A string to string list map for mapping roles.
|
public MappedRoleMapper(String key)
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public Boolean keepMapped()
public T keepMapped(Boolean value)
public Boolean keepNonMapped()
public T keepNonMapped(Boolean value)
public Map roleMap()
Copyright © 2019 JBoss by Red Hat. All rights reserved.