public class ModeShapeRootResource
extends org.jboss.as.controller.SimpleResourceDefinition
Modifier and Type | Field and Description |
---|---|
protected static ModeShapeRootResource |
INSTANCE |
protected static org.jboss.as.controller.access.constraint.SensitivityClassification |
MODESHAPE_SECURITY
Set the default ModeShape RBAC access as follows:
Addressing is not sensitive: any management user can address (i.e. read the configuration)
Read is sensitive: only Auditor, Administrator, SuperUser can read attributes, resources etc.
|
protected static org.jboss.as.controller.access.management.SensitiveTargetAccessConstraintDefinition |
MODESHAPE_SECURITY_DEF |
Modifier and Type | Method and Description |
---|---|
List<org.jboss.as.controller.access.management.AccessConstraintDefinition> |
getAccessConstraints() |
void |
registerOperations(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration) |
getDeprecationData, getDescriptionProvider, getFlagsSet, getPathElement, getResourceDescriptionResolver, isOrderedChild, isRuntime, registerAddOperation, registerAddOperation, registerAttributes, registerCapabilities, registerChildren, registerNotifications, registerRemoveOperation, registerRemoveOperation, setDeprecated
protected static final ModeShapeRootResource INSTANCE
protected static final org.jboss.as.controller.access.constraint.SensitivityClassification MODESHAPE_SECURITY
protected static final org.jboss.as.controller.access.management.SensitiveTargetAccessConstraintDefinition MODESHAPE_SECURITY_DEF
public void registerOperations(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)
registerOperations
in interface org.jboss.as.controller.ResourceDefinition
registerOperations
in class org.jboss.as.controller.SimpleResourceDefinition
public List<org.jboss.as.controller.access.management.AccessConstraintDefinition> getAccessConstraints()
getAccessConstraints
in interface org.jboss.as.controller.ResourceDefinition
getAccessConstraints
in class org.jboss.as.controller.SimpleResourceDefinition
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.