public class HostScopedRolesResourceDefinition extends SimpleResourceDefinition
ResourceDefinition for an administrative role that is
scoped to a particular set of hosts.| Modifier and Type | Field and Description |
|---|---|
static SimpleAttributeDefinition |
BASE_ROLE |
static ListAttributeDefinition |
HOSTS |
static PathElement |
PATH_ELEMENT |
| Constructor and Description |
|---|
HostScopedRolesResourceDefinition(WritableAuthorizerConfiguration authorizerConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
void |
registerAttributes(ManagementResourceRegistration resourceRegistration)
Register operations associated with this resource.
|
void |
registerOperations(ManagementResourceRegistration resourceRegistration)
Register operations associated with this resource.
|
getAccessConstraints, getDescriptionProvider, getFlagsSet, getPathElement, getResourceDescriptionResolver, registerAddOperation, registerAddOperation, registerChildren, registerRemoveOperation, registerRemoveOperationpublic static final PathElement PATH_ELEMENT
public static final SimpleAttributeDefinition BASE_ROLE
public static final ListAttributeDefinition HOSTS
public HostScopedRolesResourceDefinition(WritableAuthorizerConfiguration authorizerConfiguration)
public void registerOperations(ManagementResourceRegistration resourceRegistration)
SimpleResourceDefinitionregisterOperations in interface ResourceDefinitionregisterOperations in class SimpleResourceDefinitionresourceRegistration - a ManagementResourceRegistration created from this definitionpublic void registerAttributes(ManagementResourceRegistration resourceRegistration)
ResourceDefinitionregisterAttributes in interface ResourceDefinitionregisterAttributes in class SimpleResourceDefinitionresourceRegistration - a ManagementResourceRegistration created from this definitionCopyright © 2014 JBoss by Red Hat. All rights reserved.