@Consumes(value="application/json")
@Produces(value="application/json")
public interface RoleScopeResource
Modifier and Type | Method and Description |
---|---|
String |
add(List<org.keycloak.representations.idm.RoleRepresentation> rolesToAdd) |
List<org.keycloak.representations.idm.RoleRepresentation> |
listAll() |
List<org.keycloak.representations.idm.RoleRepresentation> |
listAvailable() |
List<org.keycloak.representations.idm.RoleRepresentation> |
listEffective() |
String |
remove(List<org.keycloak.representations.idm.RoleRepresentation> rolesToRemove) |
@GET List<org.keycloak.representations.idm.RoleRepresentation> listAll()
@GET @Path(value="available") List<org.keycloak.representations.idm.RoleRepresentation> listAvailable()
@GET @Path(value="composite") List<org.keycloak.representations.idm.RoleRepresentation> listEffective()
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.