public class ConfigurableSASLServerFactory<T extends ConfigurableSASLServerFactory<T>> extends Object
Constructor and Description |
---|
ConfigurableSASLServerFactory(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 factory after all filtering has
been applied.
|
List<String> |
availableMechanisms()
The SASL mechanisms available from this factory after all filtering has
been applied.
|
T |
availableMechanisms(List<String> value)
The SASL mechanisms available from this factory after all filtering has
been applied.
|
T |
availableMechanisms(String... args)
The SASL mechanisms available from this factory after all filtering has
been applied.
|
T |
filter(Map value)
List of filters to be evaluated sequentially combining the results using
'or'.
|
List<Map> |
filters()
List of filters to be evaluated sequentially combining the results using
'or'.
|
T |
filters(List<Map> value)
List of filters to be evaluated sequentially combining the results using
'or'.
|
T |
filters(Map... args)
List of filters to be evaluated sequentially combining the results using
'or'.
|
String |
getKey() |
Map |
properties()
Custom properties to be passed in to the sasl server factory calls.
|
T |
properties(Map value)
Custom properties to be passed in to the sasl server factory calls.
|
T |
property(String key,
Object value)
Custom properties to be passed in to the sasl server factory calls.
|
String |
protocol()
The protocol that should be passed into factory when creating the
mechanism.
|
T |
protocol(String value)
The protocol that should be passed into factory when creating the
mechanism.
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
String |
saslServerFactory()
The sasl server factory to be wrapped.
|
T |
saslServerFactory(String value)
The sasl server factory to be wrapped.
|
String |
serverName()
The server name that should be passed into factory when creating the
mechanism.
|
T |
serverName(String value)
The server name that should be passed into factory when creating the
mechanism.
|
public ConfigurableSASLServerFactory(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 List<Map> filters()
public T filters(List<Map> value)
public T filter(Map value)
public T filters(Map... args)
public Map properties()
public T properties(Map value)
public T property(String key, Object value)
public String protocol()
public T protocol(String value)
public String saslServerFactory()
public String serverName()
Copyright © 2019 JBoss by Red Hat. All rights reserved.