public interface PolicyResource
Modifier and Type | Method and Description |
---|---|
List<PolicyRepresentation> |
associatedPolicies() |
List<PolicyRepresentation> |
dependentPolicies() |
void |
remove() |
List<ResourceRepresentation> |
resources() |
List<ScopeRepresentation> |
scopes() |
PolicyRepresentation |
toRepresentation() |
void |
update(PolicyRepresentation representation) |
PolicyRepresentation toRepresentation()
void update(PolicyRepresentation representation)
void remove()
List<PolicyRepresentation> associatedPolicies()
List<PolicyRepresentation> dependentPolicies()
List<ScopeRepresentation> scopes()
List<ResourceRepresentation> resources()
Copyright © 2019 JBoss by Red Hat. All rights reserved.