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 (CILogonOA2ServiceEnvironmentfrom 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 ArchivedUserStoreArchivedUserStoreCommands. getArchivedUserStore()ArchivedUserStoreUserStoreCommands. getArchivedUserStore()Methods in org.cilogon.oauth2.admin with parameters of type ArchivedUserStore Modifier and Type Method Description voidUserStoreCommands. setArchivedUserStore(ArchivedUserStore archivedUserStore)Constructors in org.cilogon.oauth2.admin with parameters of type ArchivedUserStore Constructor Description ArchivedUserStoreCommands(edu.uiuc.ncsa.security.util.cli.CLIDriver driver, String defaultIndent, ArchivedUserStore archivedUserStore, UserStore userStore)UserStoreCommands(edu.uiuc.ncsa.security.util.cli.CLIDriver driver, 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 ArchivedUserStoreCILogonOA2ServiceEnvironment. 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 classCILFSArchivedUserStoreThis actually creates and manages a store of old users that are recorded in a specific data structure.classCILSQLArchivedUserStoreCreated by Jeff Gaynor
on Nov 2, 2010 at 9:48:35 AMclassMemoryArchivedUserStoreCreated 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 ArchivedUserStoreCILSQLArchivedUserStoreProvider. get()ArchivedUserStoreMultiArchivedUserStoreProvider. getDefaultStore()ArchivedUserStoreCILSQLArchivedUserStoreProvider. 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 ArchivedUserStoreCILogonSE. getArchivedUserStore()ArchivedUserStoreCILogonSEImpl. 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()
-