Uses of Class
com.sgs.common.database.User.SystemPrivileges
-
Packages that use User.SystemPrivileges Package Description com.sgs.common.database This package is responsible for holding all of the objects that can be persisted in the SG V5 System. -
-
Uses of User.SystemPrivileges in com.sgs.common.database
Methods in com.sgs.common.database that return User.SystemPrivileges Modifier and Type Method Description static User.SystemPrivileges
User.SystemPrivileges. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static User.SystemPrivileges[]
User.SystemPrivileges. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sgs.common.database with parameters of type User.SystemPrivileges Modifier and Type Method Description boolean
User. isAllowed(User.SystemPrivileges privilege)
void
User. setPrivileges(User.SystemPrivileges priv, boolean enabled)
-