Interface PolicyResource
public interface PolicyResource
- Author:
- Pedro Igor
-
Method Summary
Modifier and TypeMethodDescriptionvoid
remove()
scopes()
toRepresentation
(String fields) void
update
(PolicyRepresentation representation)
-
Method Details
-
toRepresentation
-
toRepresentation
@GET @Produces("application/json") PolicyRepresentation toRepresentation(@QueryParam("fields") String fields) -
update
-
remove
@DELETE void remove() -
associatedPolicies
@Path("/associatedPolicies") @GET @Produces("application/json") List<PolicyRepresentation> associatedPolicies() -
dependentPolicies
@Path("/dependentPolicies") @GET @Produces("application/json") List<PolicyRepresentation> dependentPolicies() -
scopes
-
resources
-