public class WebSSLDefinition extends AbstractAliasedResourceDefinition
aliasHandler
Modifier and Type | Method and Description |
---|---|
void |
registerAliasAttributes(ManagementResourceRegistration resourceRegistration,
PathElement alias)
Register operations associated with an alias resource.
|
void |
registerAttributes(ManagementResourceRegistration ssl)
Register operations associated with this resource.
|
getAliasDescriptionProvider, getAliasHandler, registerAliasChildren, registerAliasOperations
getDescriptionProvider, getFlagsSet, getPathElement, getResourceDescriptionResolver, registerAddOperation, registerChildren, registerOperations, registerRemoveOperation
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDescriptionProvider, getPathElement, registerChildren, registerOperations
protected static final WebSSLDefinition INSTANCE
protected static final SimpleAttributeDefinition NAME
protected static final SimpleAttributeDefinition KEY_ALIAS
protected static final SimpleAttributeDefinition PASSWORD
protected static final SimpleAttributeDefinition CERTIFICATE_KEY_FILE
protected static final SimpleAttributeDefinition CIPHER_SUITE
protected static final SimpleAttributeDefinition PROTOCOL
protected static final SimpleAttributeDefinition VERIFY_CLIENT
protected static final SimpleAttributeDefinition VERIFY_DEPTH
protected static final SimpleAttributeDefinition CERTIFICATE_FILE
protected static final SimpleAttributeDefinition CA_CERTIFICATE_FILE
protected static final SimpleAttributeDefinition CA_CERTIFICATE_PASSWORD
protected static final SimpleAttributeDefinition CA_REVOCATION_URL
protected static final SimpleAttributeDefinition TRUSTSTORE_TYPE
protected static final SimpleAttributeDefinition KEYSTORE_TYPE
protected static final SimpleAttributeDefinition SESSION_CACHE_SIZE
protected static final SimpleAttributeDefinition SESSION_TIMEOUT
protected static SimpleAttributeDefinition[] SSL_ATTRIBUTES
public void registerAttributes(ManagementResourceRegistration ssl)
ResourceDefinition
registerAttributes
in interface ResourceDefinition
registerAttributes
in class SimpleResourceDefinition
ssl
- a ManagementResourceRegistration
created from this definitionpublic void registerAliasAttributes(ManagementResourceRegistration resourceRegistration, PathElement alias)
AliasedResourceDefinition
registerAliasAttributes
in interface AliasedResourceDefinition
registerAliasAttributes
in class AbstractAliasedResourceDefinition
resourceRegistration
- a ManagementResourceRegistration
created from this definitionalias
- the resource's aliasCopyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.