Interface RoleScopeResource
@Consumes("application/json")
@Produces("application/json")
public interface RoleScopeResource
- Author:
- rodrigo.sasaki@icarros.com.br
-
Method Summary
Modifier and TypeMethodDescriptionvoidList<org.keycloak.representations.idm.RoleRepresentation>listAll()List<org.keycloak.representations.idm.RoleRepresentation>List<org.keycloak.representations.idm.RoleRepresentation>List<org.keycloak.representations.idm.RoleRepresentation>listEffective(boolean briefRepresentation) void
-
Method Details
-
listAll
-
listAvailable
-
listEffective
-
listEffective
@GET @Path("composite") List<org.keycloak.representations.idm.RoleRepresentation> listEffective(@QueryParam("briefRepresentation") @DefaultValue("true") boolean briefRepresentation) -
add
-
remove
-