public class HTTPAuthenticationFactory<T extends HTTPAuthenticationFactory<T>> extends Object
Constructor and Description |
---|
HTTPAuthenticationFactory(String key) |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
T |
availableMechanism(String value)
The HTTP mechanisms available from this configuration after all filtering
has been applied.
|
List<String> |
availableMechanisms()
The HTTP mechanisms available from this configuration after all filtering
has been applied.
|
T |
availableMechanisms(List<String> value)
The HTTP mechanisms available from this configuration after all filtering
has been applied.
|
T |
availableMechanisms(String... args)
The HTTP mechanisms available from this configuration after all filtering
has been applied.
|
String |
getKey() |
String |
httpServerMechanismFactory()
The HttpServerAuthenticationMechanismFactory to associate with this
resource
|
T |
httpServerMechanismFactory(String value)
The HttpServerAuthenticationMechanismFactory to associate with this
resource
|
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 |
securityDomain()
The SecurityDomain to associate with this resource
|
T |
securityDomain(String value)
The SecurityDomain to associate with this resource
|
public HTTPAuthenticationFactory(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 String httpServerMechanismFactory()
public T httpServerMechanismFactory(String value)
public T mechanismConfigurations(List<Map> value)
public T mechanismConfigurations(Map... args)
public String securityDomain()
Copyright © 2018 JBoss by Red Hat. All rights reserved.