Interface RoleMappingResource


  • @Consumes("application/json")
    @Produces("application/json")
    public interface RoleMappingResource
    Since:
    0.9.0
    • Method Detail

      • getAll

        @GET
        org.keycloak.representations.idm.MappingsRepresentation getAll()
      • clientLevel

        @Path("clients/{clientId}")
        RoleScopeResource clientLevel​(@PathParam("clientId")
                                      String clientId)