@Consumes(value="application/json")
@Produces(value="application/json")
public interface RoleMappingResource
Modifier and Type | Method and Description |
---|---|
RoleScopeResource |
applicationLevel(String appName) |
MappingsRepresentation |
getAll() |
RoleScopeResource |
realmLevel() |
@GET MappingsRepresentation getAll()
@Path(value="realm") RoleScopeResource realmLevel()
@Path(value="applications/{appName}") RoleScopeResource applicationLevel(@PathParam(value="appName") String appName)
Copyright © 2014. All Rights Reserved.