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