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