Class AbstractCommonIdentifier
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.auth.identifier.common.AbstractCommonIdentifier
-
- Direct Known Subclasses:
HasAssociatedIndividual,IdentifierPermissionSetProvider,IsRootUser,IsUser
public abstract class AbstractCommonIdentifier extends Object
A base class for the Identifiers created by the CommonIdentifierBundleFactory.
-
-
Constructor Summary
Constructors Constructor Description AbstractCommonIdentifier()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static <T extends Identifier>
Collection<T>getIdentifiersForClass(IdentifierBundle ids, Class<T> clazz)Get all of the instances of this class of Identifier from this bundle.
-
-
-
Method Detail
-
getIdentifiersForClass
protected static <T extends Identifier> Collection<T> getIdentifiersForClass(IdentifierBundle ids, Class<T> clazz)
Get all of the instances of this class of Identifier from this bundle.
-
-