Interface AccessConstraintUtilization
-
public interface AccessConstraintUtilizationProvides information about how anAccessConstraintDefinitionis utilized for a particularmanagement resource registration.- Author:
- Brian Stansberry (c) 2013 Red Hat Inc.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<String>getAttributes()Gets the names of any attributes that are specifically constrained.Set<String>getOperations()Gets the names of any operations that are specifically constrained.PathAddressgetPathAddress()Gets the address under which the resource registrations is registered.booleanisEntireResourceConstrained()Gets whether the constraint applies to the resource as a whole
-
-
-
Method Detail
-
getPathAddress
PathAddress getPathAddress()
Gets the address under which the resource registrations is registered.- Returns:
- the address. Will not be
null
-
isEntireResourceConstrained
boolean isEntireResourceConstrained()
Gets whether the constraint applies to the resource as a whole- Returns:
trueif the entire resource is constrained;falseif the constraint only applies to attributes or operations
-
getAttributes
Set<String> getAttributes()
Gets the names of any attributes that are specifically constrained.- Returns:
- the attribute names, or an empty set. Will not be
null
-
-