Interface PolicyResource
public interface PolicyResource
- Author:
 - Pedro Igor
 
- 
Method Summary
Modifier and TypeMethodDescriptionvoidremove()scopes()toRepresentation(String fields) voidupdate(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
 
 -