public interface AccessConstraintUtilization
AccessConstraintDefinition
is utilized for a particular
management resource registration
.Modifier and Type | Method and 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.
|
PathAddress |
getPathAddress()
Gets the address under which the resource registrations is registered.
|
boolean |
isEntireResourceConstrained()
Gets whether the constraint applies to the resource as a whole
|
PathAddress getPathAddress()
null
boolean isEntireResourceConstrained()
true
if the entire resource is constrained; false
if the constraint only applies
to attributes or operationsSet<String> getAttributes()
null
Copyright © 2023 JBoss by Red Hat. All rights reserved.