Uses of Class
org.openapitools.client.model.Permissions
Packages that use Permissions
-
Uses of Permissions in org.openapitools.client.api
Methods in org.openapitools.client.api that return PermissionsModifier and TypeMethodDescriptionRoleApi.listRolePermissions(String roleIdOrLabel) List all Permissions Lists all permissions of the role by `roleIdOrLabel`Methods in org.openapitools.client.api that return types with arguments of type PermissionsModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Permissions>RoleApi.listRolePermissionsWithHttpInfo(String roleIdOrLabel) List all Permissions Lists all permissions of the role by `roleIdOrLabel` -
Uses of Permissions in org.openapitools.client.model
Methods in org.openapitools.client.model that return PermissionsModifier and TypeMethodDescriptionPermissions.addPermissionsItem(Permission permissionsItem) Permissions.permissions(List<Permission> permissions)