public interface GroupPolicyResource
Modifier and Type | Method and Description |
---|---|
List<PolicyRepresentation> |
associatedPolicies() |
List<PolicyRepresentation> |
dependentPolicies() |
void |
remove() |
List<ResourceRepresentation> |
resources() |
GroupPolicyRepresentation |
toRepresentation() |
void |
update(GroupPolicyRepresentation representation) |
@GET @Produces(value="application/json") GroupPolicyRepresentation toRepresentation()
@PUT @Consumes(value="application/json") void update(GroupPolicyRepresentation representation)
@DELETE void remove()
@Path(value="/associatedPolicies") @GET @Produces(value="application/json") List<PolicyRepresentation> associatedPolicies()
@Path(value="/dependentPolicies") @GET @Produces(value="application/json") List<PolicyRepresentation> dependentPolicies()
@Path(value="/resources") @GET @Produces(value="application/json") List<ResourceRepresentation> resources()
Copyright © 2021 JBoss by Red Hat. All rights reserved.