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