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 Collection |
ATTRIBUTES |
protected static SimpleAttributeDefinition |
BUFFER_POOL |
protected static List<AccessConstraintDefinition> |
CONSTRAINTS |
protected static SimpleAttributeDefinition |
ENABLED |
protected static OptionAttributeDefinition |
ENABLED_CIPHER_SUITES |
protected static OptionAttributeDefinition |
ENABLED_PROTOCOLS |
protected static HttpsListenerResourceDefinition |
INSTANCE |
protected static SimpleAttributeDefinition |
REDIRECT_SOCKET |
protected static SimpleAttributeDefinition |
SECURITY_REALM |
protected static SimpleAttributeDefinition |
SOCKET_BINDING |
protected static OptionAttributeDefinition |
VERIFY_CLIENT |
protected static SimpleAttributeDefinition |
WORKER |
Modifier and Type | Method and Description |
---|---|
List<AccessConstraintDefinition> |
getAccessConstraints()
Get the definition of any access constraints associated with the resource.
|
protected org.wildfly.extension.undertow.ListenerAdd |
getAddHandler() |
Collection<AttributeDefinition> |
getAttributes() |
void |
registerOperations(ManagementResourceRegistration resourceRegistration)
Register operations associated with this resource.
|
getChildren, registerAttributes, registerChildren
getDescriptionProvider, getFlagsSet, getPathElement, getResourceDescriptionResolver, registerAddOperation, registerAddOperation, registerRemoveOperation, registerRemoveOperation
protected static final HttpsListenerResourceDefinition INSTANCE
protected static final SimpleAttributeDefinition SECURITY_REALM
protected static final OptionAttributeDefinition VERIFY_CLIENT
protected static final OptionAttributeDefinition ENABLED_CIPHER_SUITES
protected static final OptionAttributeDefinition ENABLED_PROTOCOLS
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 REDIRECT_SOCKET
protected static final Collection ATTRIBUTES
protected static final List<AccessConstraintDefinition> CONSTRAINTS
public Collection<AttributeDefinition> getAttributes()
protected org.wildfly.extension.undertow.ListenerAdd getAddHandler()
public void registerOperations(ManagementResourceRegistration resourceRegistration)
SimpleResourceDefinition
registerOperations
in interface ResourceDefinition
registerOperations
in class SimpleResourceDefinition
resourceRegistration
- a ManagementResourceRegistration
created from this definitionpublic List<AccessConstraintDefinition> getAccessConstraints()
SimpleResourceDefinition
getAccessConstraints
in interface ConstrainedResourceDefinition
getAccessConstraints
in class SimpleResourceDefinition
Copyright © 2014 JBoss by Red Hat. All rights reserved.