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, registerChildren
getAccessConstraints, getDescriptionProvider, getFlagsSet, getPathElement, getResourceDescriptionResolver, registerAddOperation, registerAddOperation, registerRemoveOperation, registerRemoveOperation
protected 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)
SimpleResourceDefinition
registerOperations
in interface ResourceDefinition
registerOperations
in class SimpleResourceDefinition
resourceRegistration
- a ManagementResourceRegistration
created from this definitionCopyright © 2013 JBoss by Red Hat. All rights reserved.