public class HTTPInterfaceManagementInterface<T extends HTTPInterfaceManagementInterface<T>> extends Object
Constructor and Description |
---|
HTTPInterfaceManagementInterface() |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
T |
allowedOrigin(String value)
Comma separated list of trusted Origins for sending Cross-Origin Resource
Sharing requests on the management API once the user is authenticated.
|
List<String> |
allowedOrigins()
Comma separated list of trusted Origins for sending Cross-Origin Resource
Sharing requests on the management API once the user is authenticated.
|
T |
allowedOrigins(List<String> value)
Comma separated list of trusted Origins for sending Cross-Origin Resource
Sharing requests on the management API once the user is authenticated.
|
T |
allowedOrigins(String... args)
Comma separated list of trusted Origins for sending Cross-Origin Resource
Sharing requests on the management API once the user is authenticated.
|
Boolean |
consoleEnabled()
Flag that indicates admin console is enabled
|
T |
consoleEnabled(Boolean value)
Flag that indicates admin console is enabled
|
String |
getKey() |
String |
httpAuthenticationFactory()
The authentication policy to use to secure the interface for normal HTTP
requests.
|
T |
httpAuthenticationFactory(String value)
The authentication policy to use to secure the interface for normal HTTP
requests.
|
Map |
httpUpgrade()
HTTP Upgrade specific configuration
|
T |
httpUpgrade(Map value)
HTTP Upgrade specific configuration
|
T |
httpUpgrade(String key,
Object value)
HTTP Upgrade specific configuration
|
Boolean |
httpUpgradeEnabled()
Flag that indicates HTTP Upgrade is enabled, which allows HTTP requests
to be upgraded to native remoting connections
|
T |
httpUpgradeEnabled(Boolean value)
Flag that indicates HTTP Upgrade is enabled, which allows HTTP requests
to be upgraded to native remoting connections
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
String |
saslProtocol()
The name of the protocol to be passed to the SASL mechanisms used for
authentication.
|
T |
saslProtocol(String value)
The name of the protocol to be passed to the SASL mechanisms used for
authentication.
|
String |
secureSocketBinding()
The name of the socket binding configuration to use for the HTTPS
management interface's socket.
|
T |
secureSocketBinding(String value)
The name of the socket binding configuration to use for the HTTPS
management interface's socket.
|
String |
securityRealm()
The legacy security realm to use for the HTTP management interface.
|
T |
securityRealm(String value)
The legacy security realm to use for the HTTP management interface.
|
String |
serverName()
The name of the server used in the initial Remoting exchange and within
the SASL mechanisms.
|
T |
serverName(String value)
The name of the server used in the initial Remoting exchange and within
the SASL mechanisms.
|
String |
socketBinding()
The name of the socket binding configuration to use for the HTTP
management interface's socket.
|
T |
socketBinding(String value)
The name of the socket binding configuration to use for the HTTP
management interface's socket.
|
String |
sslContext()
Reference to the SSLContext to use for this management interface.
|
T |
sslContext(String value)
Reference to the SSLContext to use for this management interface.
|
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public List<String> allowedOrigins()
public T allowedOrigins(List<String> value)
public T allowedOrigin(String value)
public T allowedOrigins(String... args)
public Boolean consoleEnabled()
public String httpAuthenticationFactory()
public T httpAuthenticationFactory(String value)
public Map httpUpgrade()
public Boolean httpUpgradeEnabled()
public T httpUpgradeEnabled(Boolean value)
public String saslProtocol()
public T saslProtocol(String value)
public String secureSocketBinding()
public T secureSocketBinding(String value)
public String securityRealm()
public T securityRealm(String value)
public String serverName()
public T serverName(String value)
public String socketBinding()
public T socketBinding(String value)
public String sslContext()
Copyright © 2019 JBoss by Red Hat. All rights reserved.