public class RoleMappingResourceDefinition extends SimpleResourceDefinition
ResourceDefinition representing an individual role mapping.| Modifier and Type | Field and Description |
|---|---|
static SimpleAttributeDefinition |
INCLUDE_ALL |
static String |
PATH_KEY |
| Modifier and Type | Method and Description |
|---|---|
static SimpleResourceDefinition |
create(DelegatingConfigurableAuthorizer authorizer,
boolean domainMode) |
void |
registerAttributes(ManagementResourceRegistration resourceRegistration)
Register operations associated with this resource.
|
void |
registerChildren(ManagementResourceRegistration resourceRegistration)
Register child resources associated with this resource.
|
void |
registerOperations(ManagementResourceRegistration resourceRegistration)
Register operations associated with this resource.
|
getAccessConstraints, getDescriptionProvider, getFlagsSet, getPathElement, getResourceDescriptionResolver, registerAddOperation, registerAddOperation, registerRemoveOperation, registerRemoveOperationpublic static final String PATH_KEY
public static final SimpleAttributeDefinition INCLUDE_ALL
public static SimpleResourceDefinition create(DelegatingConfigurableAuthorizer authorizer, boolean domainMode)
public void registerAttributes(ManagementResourceRegistration resourceRegistration)
ResourceDefinitionregisterAttributes in interface ResourceDefinitionregisterAttributes in class SimpleResourceDefinitionresourceRegistration - a ManagementResourceRegistration created from this definitionpublic void registerChildren(ManagementResourceRegistration resourceRegistration)
ResourceDefinitionregisterChildren in interface ResourceDefinitionregisterChildren in class SimpleResourceDefinitionresourceRegistration - a ManagementResourceRegistration created from this definitionpublic void registerOperations(ManagementResourceRegistration resourceRegistration)
SimpleResourceDefinitionregisterOperations in interface ResourceDefinitionregisterOperations in class SimpleResourceDefinitionresourceRegistration - a ManagementResourceRegistration created from this definitionCopyright © 2014 JBoss by Red Hat. All rights reserved.