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()
Deprecated.
Instead use http-upgrade.enabled
|
T |
httpUpgradeEnabled(Boolean value)
Deprecated.
Instead use http-upgrade.enabled
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
String |
saslProtocol()
Deprecated.
Only for use with the legacy security realms.
|
T |
saslProtocol(String value)
Deprecated.
Only for use with the legacy security realms.
|
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()
Deprecated.
Configuration should migrate to reference
'http-authentication-factory', 'sasl-authentication-factory',
and 'ssl-context' capabilities as required.
|
T |
securityRealm(String value)
Deprecated.
Configuration should migrate to reference
'http-authentication-factory', 'sasl-authentication-factory',
and 'ssl-context' capabilities as required.
|
String |
serverName()
Deprecated.
Only for use with the legacy security realms.
|
T |
serverName(String value)
Deprecated.
Only for use with the legacy security realms.
|
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()
@Deprecated public Boolean httpUpgradeEnabled()
@Deprecated public T httpUpgradeEnabled(Boolean value)
@Deprecated public String saslProtocol()
@Deprecated public T saslProtocol(String value)
public String secureSocketBinding()
public T secureSocketBinding(String value)
@Deprecated public String securityRealm()
@Deprecated public T securityRealm(String value)
@Deprecated public String serverName()
@Deprecated public T serverName(String value)
public String socketBinding()
public T socketBinding(String value)
public String sslContext()
Copyright © 2020 JBoss by Red Hat. All rights reserved.