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