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, registerAliasOperationsgetDescriptionProvider, getFlagsSet, getPathElement, getResourceDescriptionResolver, registerAddOperation, registerChildren, registerOperations, registerRemoveOperationclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDescriptionProvider, getPathElement, registerChildren, registerOperationsprotected 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)
ResourceDefinitionregisterAttributes in interface ResourceDefinitionregisterAttributes in class SimpleResourceDefinitionssl - a ManagementResourceRegistration created from this definitionpublic void registerAliasAttributes(ManagementResourceRegistration resourceRegistration, PathElement alias)
AliasedResourceDefinitionregisterAliasAttributes in interface AliasedResourceDefinitionregisterAliasAttributes in class AbstractAliasedResourceDefinitionresourceRegistration - a ManagementResourceRegistration created from this definitionalias - the resource's aliasCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.