public interface HttpInterfaceCommonPolicy
| Modifier and Type | Interface and Description |
|---|---|
static class |
HttpInterfaceCommonPolicy.Header |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAllowedOrigins()
Get the list of origins that the server should accept requests from, if none set then all forms of cross origin resource sharing are disabled.
|
org.xnio.OptionMap |
getConnectorOptions()
Get the connector options based on the current configuration.
|
Map<String,List<HttpInterfaceCommonPolicy.Header>> |
getConstantHeaders()
A set of HTTP headers that should be set on each response based on matching the key of the map as being a prefix of the requested path.
|
String |
getHttpAuthenticationFactory()
Get the name of the HTTP authentication factory to use to secure the interface for normal HTTP requests.
|
String |
getSaslAuthenticationFactory()
Get the name of the SASL authentication factory to use to secure the interface where HTTP upgrade is used.
|
String |
getSSLContext()
Get the name of the SSLContext to use to enable SSL for this management interface.
|
boolean |
isConsoleEnabled()
Is the management console enabled, is set to
false the console should not be made available. |
boolean |
isHttpUpgradeEnabled()
Is upgrading to a Remoting connection over the HTTP interface enabled.
|
String getHttpAuthenticationFactory()
String getSSLContext()
String getSaslAuthenticationFactory()
boolean isConsoleEnabled()
false the console should not be made available.true if the management console should be made available, false otherwise.boolean isHttpUpgradeEnabled()
true if HTTP Upgrade to the native protocol is enabled, false otherwise.org.xnio.OptionMap getConnectorOptions()
List<String> getAllowedOrigins()
List or null both signal that cross origin resource sharing should be disabled.Map<String,List<HttpInterfaceCommonPolicy.Header>> getConstantHeaders()
Map of the constant headers to be set on each response with the key being used as the prefix.Copyright © 2022 JBoss by Red Hat. All rights reserved.