Class IsRootUser
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.auth.identifier.common.AbstractCommonIdentifier
-
- edu.cornell.mannlib.vitro.webapp.auth.identifier.common.IsRootUser
-
- All Implemented Interfaces:
Identifier
public class IsRootUser extends AbstractCommonIdentifier implements Identifier
The current user is a root user.
-
-
Field Summary
Fields Modifier and Type Field Description static IsRootUserINSTANCE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static booleanisRootUser(IdentifierBundle ids)StringtoString()-
Methods inherited from class edu.cornell.mannlib.vitro.webapp.auth.identifier.common.AbstractCommonIdentifier
getIdentifiersForClass
-
-
-
-
Field Detail
-
INSTANCE
public static final IsRootUser INSTANCE
-
-
Method Detail
-
isRootUser
public static boolean isRootUser(IdentifierBundle ids)
-
-