@Address(value="/core-service=management/management-interface=http-interface") @Implicit public class HTTPInterfaceManagementInterface<T extends HTTPInterfaceManagementInterface<T>> extends Object implements Keyed
| 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 void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
@ModelNodeBinding(detypedName="allowed-origins") public List<String> allowedOrigins()
public T allowedOrigins(List<String> value)
public T allowedOrigin(String value)
public T allowedOrigins(String... args)
@ModelNodeBinding(detypedName="console-enabled") public Boolean consoleEnabled()
@ModelNodeBinding(detypedName="http-authentication-factory") public String httpAuthenticationFactory()
public T httpAuthenticationFactory(String value)
@ModelNodeBinding(detypedName="http-upgrade") public Map httpUpgrade()
@ModelNodeBinding(detypedName="http-upgrade-enabled") public Boolean httpUpgradeEnabled()
public T httpUpgradeEnabled(Boolean value)
@ModelNodeBinding(detypedName="sasl-protocol") public String saslProtocol()
public T saslProtocol(String value)
@ModelNodeBinding(detypedName="secure-socket-binding") public String secureSocketBinding()
public T secureSocketBinding(String value)
@ModelNodeBinding(detypedName="security-realm") public String securityRealm()
public T securityRealm(String value)
@ModelNodeBinding(detypedName="server-name") public String serverName()
public T serverName(String value)
@ModelNodeBinding(detypedName="socket-binding") public String socketBinding()
public T socketBinding(String value)
@ModelNodeBinding(detypedName="ssl-context") public String sslContext()
Copyright © 2019 JBoss by Red Hat. All rights reserved.