Class SuperAdminUserReference

  • All Implemented Interfaces:
    Serializable, UserReference

    public final class SuperAdminUserReference
    extends Object
    implements UserReference
    Represents the Super Admin user reference, i.e. a virtual user that has all permissions. If you need to verify if a given UserReference is the Super Admin user, you should use if (myRef == SuperAdminUserReference.INSTANCE).
    Since:
    12.2
    Version:
    $Id: 9a4702260326708ff278e664711235fc526eb688 $
    See Also:
    Serialized Form
    • Method Detail

      • isGlobal

        public boolean isGlobal()
        Specified by:
        isGlobal in interface UserReference
        Returns:
        true if this reference points to a global user