@Path(value="/roles")
public interface IRoles
Modifier and Type | Method and Description |
---|---|
java.util.Set<RoleDescriptor> |
getRoles() |
java.util.Set<RolesCategory> |
getRolesCategories() |
@GET @Path(value="categories") java.util.Set<RolesCategory> getRolesCategories() throws ServerFault
ServerFault
@GET @Path(value="descriptors") java.util.Set<RoleDescriptor> getRoles() throws ServerFault
ServerFault
Copyright © 2021. All Rights Reserved.