Uses of Interface
org.cilogon.oauth2.servlet.storage.user.UserStore
-
Packages that use UserStore 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.storage.user The user store for CILogon.org.cilogon.oauth2.servlet.util Various utilities needed by the stores. -
-
Uses of UserStore in org.cilogon.oauth2.admin
Methods in org.cilogon.oauth2.admin that return UserStore Modifier and Type Method Description UserStore
ArchivedUserStoreCommands. getUserStore()
UserStore
CounterCommands. getUserStore()
protected UserStore
UserStoreCommands. getUserStore()
Methods in org.cilogon.oauth2.admin with parameters of type UserStore Modifier and Type Method Description void
ArchivedUserStoreCommands. setUserStore(UserStore userStore)
Constructors in org.cilogon.oauth2.admin with parameters of type UserStore Constructor Description ArchivedUserStoreCommands(edu.uiuc.ncsa.security.core.util.MyLoggingFacade logger, String defaultIndent, ArchivedUserStore archivedUserStore, UserStore userStore)
CounterCommands(edu.uiuc.ncsa.security.core.util.MyLoggingFacade logger, String indent, Incrementable incrementable, UserStore userStore)
UserStoreCommands(edu.uiuc.ncsa.security.core.util.MyLoggingFacade logger, UserStore userStore)
-
Uses of UserStore in org.cilogon.oauth2.servlet.loader
Methods in org.cilogon.oauth2.servlet.loader that return UserStore Modifier and Type Method Description UserStore
CILogonOA2ServiceEnvironment. getUserStore()
Methods in org.cilogon.oauth2.servlet.loader that return types with arguments of type UserStore Modifier and Type Method Description edu.uiuc.ncsa.security.core.configuration.provider.MultiTypeProvider<UserStore>
CILOA2ConfigurationLoader. getUSP()
-
Uses of UserStore in org.cilogon.oauth2.servlet.storage.archiveUser
Constructors in org.cilogon.oauth2.servlet.storage.archiveUser with parameters of type UserStore Constructor Description CILFSArchivedUserStore(File dataPath, File indexPath, UserStore userStore, edu.uiuc.ncsa.security.core.util.IdentifiableProviderImpl<ArchivedUser> aup, edu.uiuc.ncsa.security.storage.data.MapConverter archivedUserMapConverter, boolean removeEmptyFiles, boolean removeFailedFiles)
MemoryArchivedUserStore(UserStore userStore, edu.uiuc.ncsa.security.core.util.IdentifiableProviderImpl<ArchivedUser> aup)
-
Uses of UserStore in org.cilogon.oauth2.servlet.storage.user
Classes in org.cilogon.oauth2.servlet.storage.user that implement UserStore Modifier and Type Class Description class
CILSQLUserStore
Created by Jeff Gaynor
on Mar 12, 2010 at 3:41:37 PMclass
MemoryUserStore
NOTE: This does not retain the serial strings (or users) across system reboots.class
UserFileStore
Created by Jeff Gaynor
on 3/2/12 at 12:52 PMMethods in org.cilogon.oauth2.servlet.storage.user that return UserStore Modifier and Type Method Description UserStore
MultiUserStoreProvider. getDefaultStore()
-
Uses of UserStore in org.cilogon.oauth2.servlet.util
Methods in org.cilogon.oauth2.servlet.util that return UserStore Modifier and Type Method Description UserStore
CILogonSE. getUserStore()
UserStore
CILogonSEImpl. getUserStore()
Methods in org.cilogon.oauth2.servlet.util that return types with arguments of type UserStore Modifier and Type Method Description edu.uiuc.ncsa.security.core.configuration.provider.MultiTypeProvider<UserStore>
CILogonConfiguration. getUSP()
Constructor parameters in org.cilogon.oauth2.servlet.util with type arguments of type UserStore Constructor Description CILogonSEImpl(javax.inject.Provider<UserStore> usp, javax.inject.Provider<ArchivedUserStore> muap, javax.inject.Provider<IdentityProviderStore> idp, javax.inject.Provider<Incrementable> mip, javax.inject.Provider<TwoFactorStore> m2p, boolean computeFNAL)
-