public interface HttpInterfaceCommonPolicy
| 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.
|
String |
getSecurityRealm()
Get the name of the security realm to secure the HTTP interface, or
null if one has not been defined. |
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 getSecurityRealm()
null if one has not been defined.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.Copyright © 2016 JBoss by Red Hat. All rights reserved.