public class AggregatePrincipalDecoder<T extends AggregatePrincipalDecoder<T>> extends Object
| Constructor and Description | 
|---|
AggregatePrincipalDecoder(String key)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener 
 | 
String | 
getKey()  | 
T | 
principalDecoder(String value)
The referenced principal decoders to aggregate. 
 | 
List<String> | 
principalDecoders()
The referenced principal decoders to aggregate. 
 | 
T | 
principalDecoders(List<String> value)
The referenced principal decoders to aggregate. 
 | 
T | 
principalDecoders(String... args)
The referenced principal decoders to aggregate. 
 | 
void | 
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener 
 | 
public AggregatePrincipalDecoder(String key)
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public List<String> principalDecoders()
public T principalDecoders(List<String> value)
public T principalDecoder(String value)
Copyright © 2018 JBoss by Red Hat. All rights reserved.