Uses of Interface
org.cilogon.oauth2.servlet.storage.archiveUser.ArchivedUserStore
-
Packages that use ArchivedUserStore Package Description org.cilogon.oauth2.admin Extensions to OA4MP's CLI (Command Line Interface).org.cilogon.oauth2.servlet.loader Package that reads the CILogon configuration and creates the runtime environment (CILogonOA2ServiceEnvironment
from that.org.cilogon.oauth2.servlet.storage.archiveUser The archived user store.org.cilogon.oauth2.servlet.util Various utilities needed by the stores. -
-
Uses of ArchivedUserStore in org.cilogon.oauth2.admin
Methods in org.cilogon.oauth2.admin that return ArchivedUserStore Modifier and Type Method Description protected ArchivedUserStore
ArchivedUserStoreCommands. getArchivedUserStore()
ArchivedUserStore
UserStoreCommands. getArchivedUserStore()
Methods in org.cilogon.oauth2.admin with parameters of type ArchivedUserStore Modifier and Type Method Description void
UserStoreCommands. setArchivedUserStore(ArchivedUserStore archivedUserStore)
Constructors in org.cilogon.oauth2.admin with parameters of type ArchivedUserStore Constructor Description ArchivedUserStoreCommands(edu.uiuc.ncsa.security.core.util.MyLoggingFacade logger, String defaultIndent, ArchivedUserStore archivedUserStore, UserStore userStore)
UserStoreCommands(edu.uiuc.ncsa.security.core.util.MyLoggingFacade logger, String defaultIndent, edu.uiuc.ncsa.security.core.Store userStore, ArchivedUserStore archivedUserStore)
-
Uses of ArchivedUserStore in org.cilogon.oauth2.servlet.loader
Methods in org.cilogon.oauth2.servlet.loader that return ArchivedUserStore Modifier and Type Method Description ArchivedUserStore
CILogonOA2ServiceEnvironment. getArchivedUserStore()
Methods in org.cilogon.oauth2.servlet.loader that return types with arguments of type ArchivedUserStore Modifier and Type Method Description edu.uiuc.ncsa.security.core.configuration.provider.MultiTypeProvider<ArchivedUserStore>
CILOA2ConfigurationLoader. getMUASP()
-
Uses of ArchivedUserStore in org.cilogon.oauth2.servlet.storage.archiveUser
Classes in org.cilogon.oauth2.servlet.storage.archiveUser that implement ArchivedUserStore Modifier and Type Class Description class
CILFSArchivedUserStore
This actually creates and manages a store of old users that are recorded in a specific data structure.class
CILSQLArchivedUserStore
Created by Jeff Gaynor
on Nov 2, 2010 at 9:48:35 AMclass
MemoryArchivedUserStore
Created by Jeff Gaynor
on 3/13/12 at 2:37 PMMethods in org.cilogon.oauth2.servlet.storage.archiveUser that return ArchivedUserStore Modifier and Type Method Description ArchivedUserStore
CILSQLArchivedUserStoreProvider. get()
ArchivedUserStore
MultiArchivedUserStoreProvider. getDefaultStore()
ArchivedUserStore
CILSQLArchivedUserStoreProvider. newInstance(edu.uiuc.ncsa.security.storage.sql.internals.Table table)
-
Uses of ArchivedUserStore in org.cilogon.oauth2.servlet.util
Methods in org.cilogon.oauth2.servlet.util that return ArchivedUserStore Modifier and Type Method Description ArchivedUserStore
CILogonSE. getArchivedUserStore()
ArchivedUserStore
CILogonSEImpl. getArchivedUserStore()
Methods in org.cilogon.oauth2.servlet.util that return types with arguments of type ArchivedUserStore Modifier and Type Method Description edu.uiuc.ncsa.security.core.configuration.provider.MultiTypeProvider<ArchivedUserStore>
CILogonConfiguration. getMUASP()
-