public class ConstantPrincipalDecoder<T extends ConstantPrincipalDecoder<T>> extends Object
Constructor and Description |
---|
ConstantPrincipalDecoder(String key) |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
constant()
The constant value the principal decoder will always return.
|
T |
constant(String value)
The constant value the principal decoder will always return.
|
String |
getKey() |
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
public ConstantPrincipalDecoder(String key)
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public String constant()
Copyright © 2019 JBoss by Red Hat. All rights reserved.