Class BaseIdentifierBundleFactory
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.auth.identifier.factory.BaseIdentifierBundleFactory
-
- All Implemented Interfaces:
IdentifierBundleFactory
- Direct Known Subclasses:
BaseUserBasedIdentifierBundleFactory
public abstract class BaseIdentifierBundleFactory extends Object implements IdentifierBundleFactory
Some fields and methods that are helpful to IdentifierBundleFactory classes.
-
-
Field Summary
Fields Modifier and Type Field Description protected IndividualDaoindDaoprotected UserAccountsDaouaDaoprotected WebappDaoFactorywdf
-
Constructor Summary
Constructors Constructor Description BaseIdentifierBundleFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface edu.cornell.mannlib.vitro.webapp.auth.identifier.IdentifierBundleFactory
getIdentifierBundle
-
-
-
-
Field Detail
-
wdf
protected final WebappDaoFactory wdf
-
uaDao
protected final UserAccountsDao uaDao
-
indDao
protected final IndividualDao indDao
-
-