Interface ResourceScopeResource


public interface ResourceScopeResource
Author:
Pedro Igor
  • Method Summary

    Modifier and Type
    Method
    Description
    List<org.keycloak.representations.idm.authorization.PolicyRepresentation>
     
    void
     
    org.keycloak.representations.idm.authorization.ScopeRepresentation
     
    void
    update(org.keycloak.representations.idm.authorization.ScopeRepresentation scope)
     
  • Method Details

    • toRepresentation

      @GET @Produces("application/json") org.keycloak.representations.idm.authorization.ScopeRepresentation toRepresentation()
    • update

      @PUT @Consumes("application/json") void update(org.keycloak.representations.idm.authorization.ScopeRepresentation scope)
    • remove

      @DELETE void remove()
    • permissions

      @Path("/permissions") @GET @Produces("application/json") List<org.keycloak.representations.idm.authorization.PolicyRepresentation> permissions()