Uses of Class
org.molgenis.api.permissions.model.response.PermissionResponse
-
Packages that use PermissionResponse Package Description org.molgenis.api.permissions.model.response -
-
Uses of PermissionResponse in org.molgenis.api.permissions.model.response
Methods in org.molgenis.api.permissions.model.response that return PermissionResponse Modifier and Type Method Description static PermissionResponsePermissionResponse. create(java.lang.String user, java.lang.String role, java.lang.String permission, java.util.Set<LabelledPermissionResponse> inheritedPermissions)Methods in org.molgenis.api.permissions.model.response that return types with arguments of type PermissionResponse Modifier and Type Method Description abstract java.util.Set<PermissionResponse>ObjectPermissionResponse. getPermissions()Method parameters in org.molgenis.api.permissions.model.response with type arguments of type PermissionResponse Modifier and Type Method Description static ObjectPermissionResponseObjectPermissionResponse. create(java.lang.String id, java.lang.String label, java.util.Set<PermissionResponse> objectPermissionResponses)
-