Uses of Class
org.molgenis.data.security.EntityTypePermission
-
Packages that use EntityTypePermission Package Description org.molgenis.data.security org.molgenis.data.security.exception -
-
Uses of EntityTypePermission in org.molgenis.data.security
Methods in org.molgenis.data.security that return EntityTypePermission Modifier and Type Method Description static EntityTypePermissionEntityTypePermission. valueOf(String name)Returns the enum constant of this type with the specified name.static EntityTypePermission[]EntityTypePermission. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EntityTypePermission in org.molgenis.data.security.exception
Constructors in org.molgenis.data.security.exception with parameters of type EntityTypePermission Constructor Description EntityTypePermissionDeniedException(EntityTypePermission permission, String entityTypeId)EntityTypePermissionDeniedException(EntityTypePermission permission, EntityType entityType)
-