public class WebConnectorDefinition
extends org.jboss.as.controller.ModelOnlyResourceDefinition
Modifier and Type | Field and Description |
---|---|
protected static org.jboss.as.controller.AttributeDefinition[] |
CONNECTOR_ATTRIBUTES |
protected static org.jboss.as.controller.SimpleAttributeDefinition |
ENABLE_LOOKUPS |
protected static org.jboss.as.controller.SimpleAttributeDefinition |
ENABLED |
protected static org.jboss.as.controller.SimpleAttributeDefinition |
EXECUTOR |
protected static org.jboss.as.controller.SimpleAttributeDefinition |
MAX_CONNECTIONS |
protected static org.jboss.as.controller.SimpleAttributeDefinition |
MAX_POST_SIZE |
protected static org.jboss.as.controller.SimpleAttributeDefinition |
MAX_SAVE_POST_SIZE |
protected static org.jboss.as.controller.SimpleAttributeDefinition |
NAME |
protected static org.jboss.as.controller.SimpleAttributeDefinition |
PROTOCOL |
protected static org.jboss.as.controller.SimpleAttributeDefinition |
PROXY_BINDING |
protected static org.jboss.as.controller.SimpleAttributeDefinition |
PROXY_NAME |
protected static org.jboss.as.controller.SimpleAttributeDefinition |
PROXY_PORT |
protected static org.jboss.as.controller.SimpleAttributeDefinition |
REDIRECT_BINDING |
protected static org.jboss.as.controller.SimpleAttributeDefinition |
REDIRECT_PORT |
protected static org.jboss.as.controller.SimpleAttributeDefinition |
SCHEME |
protected static org.jboss.as.controller.SimpleAttributeDefinition |
SECURE |
protected static org.jboss.as.controller.SimpleAttributeDefinition |
SOCKET_BINDING |
protected static org.jboss.as.controller.StringListAttributeDefinition |
VIRTUAL_SERVER |
Modifier and Type | Method and Description |
---|---|
List<org.jboss.as.controller.access.management.AccessConstraintDefinition> |
getAccessConstraints() |
void |
registerAttributes(org.jboss.as.controller.registry.ManagementResourceRegistration connectors) |
getDeprecationData, getDescriptionProvider, getFlagsSet, getPathElement, getResourceDescriptionResolver, isOrderedChild, isRuntime, registerAddOperation, registerAddOperation, registerCapabilities, registerChildren, registerNotifications, registerOperations, registerRemoveOperation, registerRemoveOperation, setDeprecated
protected static final org.jboss.as.controller.SimpleAttributeDefinition NAME
protected static final org.jboss.as.controller.SimpleAttributeDefinition PROTOCOL
protected static final org.jboss.as.controller.SimpleAttributeDefinition SOCKET_BINDING
protected static final org.jboss.as.controller.SimpleAttributeDefinition SCHEME
protected static final org.jboss.as.controller.SimpleAttributeDefinition EXECUTOR
protected static final org.jboss.as.controller.SimpleAttributeDefinition ENABLED
protected static final org.jboss.as.controller.SimpleAttributeDefinition ENABLE_LOOKUPS
protected static final org.jboss.as.controller.SimpleAttributeDefinition PROXY_BINDING
protected static final org.jboss.as.controller.SimpleAttributeDefinition PROXY_NAME
protected static final org.jboss.as.controller.SimpleAttributeDefinition PROXY_PORT
protected static final org.jboss.as.controller.SimpleAttributeDefinition MAX_POST_SIZE
protected static final org.jboss.as.controller.SimpleAttributeDefinition MAX_SAVE_POST_SIZE
protected static final org.jboss.as.controller.SimpleAttributeDefinition SECURE
protected static final org.jboss.as.controller.SimpleAttributeDefinition REDIRECT_BINDING
protected static final org.jboss.as.controller.SimpleAttributeDefinition REDIRECT_PORT
protected static final org.jboss.as.controller.SimpleAttributeDefinition MAX_CONNECTIONS
protected static final org.jboss.as.controller.StringListAttributeDefinition VIRTUAL_SERVER
protected static final org.jboss.as.controller.AttributeDefinition[] CONNECTOR_ATTRIBUTES
public void registerAttributes(org.jboss.as.controller.registry.ManagementResourceRegistration connectors)
registerAttributes
in interface org.jboss.as.controller.ResourceDefinition
registerAttributes
in class org.jboss.as.controller.ModelOnlyResourceDefinition
public List<org.jboss.as.controller.access.management.AccessConstraintDefinition> getAccessConstraints()
getAccessConstraints
in interface org.jboss.as.controller.ResourceDefinition
getAccessConstraints
in class org.jboss.as.controller.SimpleResourceDefinition
Copyright © 2018 JBoss by Red Hat. All rights reserved.