Interface ResourcePermissionResource
public interface ResourcePermissionResource
- Author:
- Pedro Igor
-
Method Summary
Modifier and TypeMethodDescriptionvoid
remove()
void
update
(ResourcePermissionRepresentation representation)
-
Method Details
-
toRepresentation
-
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() -
resources
-