Package org.jboss.as.controller.access
Class TargetAttribute
java.lang.Object
org.jboss.as.controller.access.TargetAttribute
An attribute of the resource that is the target of an action for which access control is needed.
- Author:
- Brian Stansberry (c) 2013 Red Hat Inc.
-
Constructor Summary
ConstructorsConstructorDescriptionTargetAttribute(String attributeName, AttributeAccess attributeAccess, org.jboss.dmr.ModelNode currentValue, TargetResource targetResource) -
Method Summary
Modifier and TypeMethodDescriptionGet the access type.org.jboss.dmr.ModelNodegetFlags()Gets the flags associated with this attribute.Get the storage type.
-
Constructor Details
-
TargetAttribute
public TargetAttribute(String attributeName, AttributeAccess attributeAccess, org.jboss.dmr.ModelNode currentValue, TargetResource targetResource)
-
-
Method Details
-
getAttributeName
-
getTargetResource
-
getAccessType
Get the access type.- Returns:
- the access type
-
getStorageType
Get the storage type.- Returns:
- the storage type
-
getAttributeDefinition
-
getFlags
Gets the flags associated with this attribute.- Returns:
- the flags. Will not return
null
-
getCurrentValue
public org.jboss.dmr.ModelNode getCurrentValue() -
getServerGroupEffect
-
getHostEffect
-
getAccessConstraints
-