public class WebSSODefinition extends AbstractAliasedResourceDefinition
Modifier and Type | Field and Description |
---|---|
protected static SimpleAttributeDefinition |
CACHE_CONTAINER |
protected static SimpleAttributeDefinition |
CACHE_NAME |
protected static SimpleAttributeDefinition |
DOMAIN |
static WebSSODefinition |
INSTANCE |
protected static SimpleAttributeDefinition |
REAUTHENTICATE |
protected static SimpleAttributeDefinition[] |
SSO_ATTRIBUTES |
aliasHandler
Modifier and Type | Method and Description |
---|---|
void |
registerAliasAttributes(ManagementResourceRegistration resourceRegistration,
PathElement alias)
Register operations associated with an alias resource.
|
void |
registerAttributes(ManagementResourceRegistration sso)
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
public static final WebSSODefinition INSTANCE
protected static final SimpleAttributeDefinition CACHE_CONTAINER
protected static final SimpleAttributeDefinition CACHE_NAME
protected static final SimpleAttributeDefinition DOMAIN
protected static final SimpleAttributeDefinition REAUTHENTICATE
protected static SimpleAttributeDefinition[] SSO_ATTRIBUTES
public void registerAttributes(ManagementResourceRegistration sso)
ResourceDefinition
registerAttributes
in interface ResourceDefinition
registerAttributes
in class SimpleResourceDefinition
sso
- 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 © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.