Class IsUser
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.auth.identifier.common.AbstractCommonIdentifier
-
- edu.cornell.mannlib.vitro.webapp.auth.identifier.common.IsUser
-
- All Implemented Interfaces:
Identifier
public class IsUser extends AbstractCommonIdentifier implements Identifier
The current user has this URI.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)static Collection<IsUser>getIdentifiers(IdentifierBundle ids)StringgetUri()static Collection<String>getUserUris(IdentifierBundle ids)inthashCode()StringtoString()-
Methods inherited from class edu.cornell.mannlib.vitro.webapp.auth.identifier.common.AbstractCommonIdentifier
getIdentifiersForClass
-
-
-
-
Constructor Detail
-
IsUser
public IsUser(String uri)
-
-
Method Detail
-
getIdentifiers
public static Collection<IsUser> getIdentifiers(IdentifierBundle ids)
-
getUserUris
public static Collection<String> getUserUris(IdentifierBundle ids)
-
getUri
public String getUri()
-
-