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