public class HttpsListenerResourceDefinition extends PersistentResourceDefinition
HttpListenerResourceDefinition to allow a security-realm to be associated to obtain a pre-defined
SSLContext.| Modifier and Type | Field and Description |
|---|---|
protected static AttributeDefinition[] |
ATTRIBUTES |
protected static SimpleAttributeDefinition |
BUFFER_POOL |
protected static SimpleAttributeDefinition |
ENABLED |
protected static HttpsListenerResourceDefinition |
INSTANCE |
protected static SimpleAttributeDefinition |
MAX_POST_SIZE |
protected static SimpleAttributeDefinition |
SECURITY_REALM |
protected static SimpleAttributeDefinition |
SOCKET_BINDING |
protected static SimpleAttributeDefinition |
WORKER |
| Modifier and Type | Method and Description |
|---|---|
protected org.wildfly.extension.undertow.AbstractListenerAdd |
getAddHandler() |
Collection<AttributeDefinition> |
getAttributes() |
void |
registerOperations(ManagementResourceRegistration resourceRegistration)
Register operations associated with this resource.
|
getChildren, registerAttributes, registerChildrengetAccessConstraints, getDescriptionProvider, getFlagsSet, getPathElement, getResourceDescriptionResolver, registerAddOperation, registerAddOperation, registerRemoveOperation, registerRemoveOperationprotected static final HttpsListenerResourceDefinition INSTANCE
protected static final SimpleAttributeDefinition SECURITY_REALM
protected static final SimpleAttributeDefinition SOCKET_BINDING
protected static final SimpleAttributeDefinition WORKER
protected static final SimpleAttributeDefinition BUFFER_POOL
protected static final SimpleAttributeDefinition ENABLED
protected static final SimpleAttributeDefinition MAX_POST_SIZE
protected static AttributeDefinition[] ATTRIBUTES
public Collection<AttributeDefinition> getAttributes()
protected org.wildfly.extension.undertow.AbstractListenerAdd getAddHandler()
public void registerOperations(ManagementResourceRegistration resourceRegistration)
SimpleResourceDefinitionregisterOperations in interface ResourceDefinitionregisterOperations in class SimpleResourceDefinitionresourceRegistration - a ManagementResourceRegistration created from this definitionCopyright © 2013 JBoss by Red Hat. All rights reserved.