public class SASLAuthenticationFactory<T extends SASLAuthenticationFactory<T>> extends Object
| Constructor and Description | 
|---|
SASLAuthenticationFactory(String key)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener 
 | 
T | 
availableMechanism(String value)
The SASL mechanisms available from this configuration after all filtering
 has been applied. 
 | 
List<String> | 
availableMechanisms()
The SASL mechanisms available from this configuration after all filtering
 has been applied. 
 | 
T | 
availableMechanisms(List<String> value)
The SASL mechanisms available from this configuration after all filtering
 has been applied. 
 | 
T | 
availableMechanisms(String... args)
The SASL mechanisms available from this configuration after all filtering
 has been applied. 
 | 
String | 
getKey()  | 
T | 
mechanismConfiguration(Map value)
Mechanism specific configuration 
 | 
List<Map> | 
mechanismConfigurations()
Mechanism specific configuration 
 | 
T | 
mechanismConfigurations(List<Map> value)
Mechanism specific configuration 
 | 
T | 
mechanismConfigurations(Map... args)
Mechanism specific configuration 
 | 
void | 
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener 
 | 
String | 
saslServerFactory()
The SaslServerFactory to associate with this resource 
 | 
T | 
saslServerFactory(String value)
The SaslServerFactory to associate with this resource 
 | 
String | 
securityDomain()
The SecurityDomain to associate with this resource 
 | 
T | 
securityDomain(String value)
The SecurityDomain to associate with this resource 
 | 
public SASLAuthenticationFactory(String key)
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public List<String> availableMechanisms()
public T availableMechanisms(List<String> value)
public T availableMechanism(String value)
public T availableMechanisms(String... args)
public T mechanismConfigurations(List<Map> value)
public T mechanismConfigurations(Map... args)
public String saslServerFactory()
public T saslServerFactory(String value)
public String securityDomain()
Copyright © 2018 JBoss by Red Hat. All rights reserved.