Uses of Class
org.cilogon.oauth2.servlet.storage.archiveUser.ArchivedUser
-
Packages that use ArchivedUser Package Description 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 ArchivedUser in org.cilogon.oauth2.servlet.loader
Methods in org.cilogon.oauth2.servlet.loader that return types with arguments of type ArchivedUser Modifier and Type Method Description edu.uiuc.ncsa.security.core.util.IdentifiableProviderImpl<ArchivedUser>
CILOA2ConfigurationLoader. getAUP()
-
Uses of ArchivedUser in org.cilogon.oauth2.servlet.storage.archiveUser
Methods in org.cilogon.oauth2.servlet.storage.archiveUser that return ArchivedUser Modifier and Type Method Description ArchivedUser
ArchivedUserConverter. fromMap(edu.uiuc.ncsa.security.storage.data.ConversionMap<String,Object> map, ArchivedUser v)
ArchivedUser
ArchivedUserProvider. get(boolean createNewIdentifier)
ArchivedUser
ArchivedUserStore. getLastArchivedUser(edu.uiuc.ncsa.security.core.Identifier userid)
Convenience method.ArchivedUser
CILFSArchivedUserStore. getLastArchivedUser(edu.uiuc.ncsa.security.core.Identifier userid)
ArchivedUser
CILSQLArchivedUserStore. getLastArchivedUser(edu.uiuc.ncsa.security.core.Identifier userid)
ArchivedUser
MemoryArchivedUserStore. getLastArchivedUser(edu.uiuc.ncsa.security.core.Identifier userid)
Methods in org.cilogon.oauth2.servlet.storage.archiveUser that return types with arguments of type ArchivedUser Modifier and Type Method Description List<ArchivedUser>
ArchivedUserStore. getAllByUserId(edu.uiuc.ncsa.security.core.Identifier userId)
Get the list of all archived users for a given user (as opposed to archive) id.List<ArchivedUser>
CILFSArchivedUserStore. getAllByUserId(edu.uiuc.ncsa.security.core.Identifier userId)
List<ArchivedUser>
CILSQLArchivedUserStore. getAllByUserId(edu.uiuc.ncsa.security.core.Identifier userId)
List<ArchivedUser>
MemoryArchivedUserStore. getAllByUserId(edu.uiuc.ncsa.security.core.Identifier userId)
List<ArchivedUser>
CILFSArchivedUserStore. getMostRecent(int n, List<String> attributes)
List<ArchivedUser>
MemoryArchivedUserStore. getMostRecent(int n, List<String> attributes)
edu.uiuc.ncsa.security.core.XMLConverter<ArchivedUser>
MemoryArchivedUserStore. getXMLConverter()
Iterator<ArchivedUser>
CILFSArchivedUserStore.AUEntry. iterator()
Methods in org.cilogon.oauth2.servlet.storage.archiveUser with parameters of type ArchivedUser Modifier and Type Method Description void
CILFSArchivedUserStore.AUEntry. add(ArchivedUser archivedUser)
ArchivedUser
ArchivedUserConverter. fromMap(edu.uiuc.ncsa.security.storage.data.ConversionMap<String,Object> map, ArchivedUser v)
void
ArchivedUserConverter. toMap(ArchivedUser value, edu.uiuc.ncsa.security.storage.data.ConversionMap<String,Object> data)
Constructor parameters in org.cilogon.oauth2.servlet.storage.archiveUser with type arguments of type ArchivedUser Constructor Description ArchivedUserConverter(ArchivedUserKeys keys, edu.uiuc.ncsa.security.core.IdentifiableProvider<ArchivedUser> vProvider, UserConverter umc)
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)
CILFSArchivedUserStoreProvider(org.apache.commons.configuration.tree.ConfigurationNode config, MultiUserStoreProvider userStoreProvider, edu.uiuc.ncsa.security.core.util.IdentifiableProviderImpl<ArchivedUser> archivedUserProvider, ArchivedUserConverter archivedUserConverter)
CILSQLArchivedUserStore(edu.uiuc.ncsa.security.storage.sql.ConnectionPool connectionPool, edu.uiuc.ncsa.security.storage.sql.internals.Table table, edu.uiuc.ncsa.security.core.util.IdentifiableProviderImpl<ArchivedUser> aup, edu.uiuc.ncsa.security.storage.data.MapConverter converter)
CILSQLArchivedUserStoreProvider(org.apache.commons.configuration.tree.ConfigurationNode config, edu.uiuc.ncsa.security.storage.sql.ConnectionPoolProvider<? extends edu.uiuc.ncsa.security.storage.sql.ConnectionPool> cpp, String type, edu.uiuc.ncsa.security.core.util.IdentifiableProviderImpl<ArchivedUser> archivedUserProvider, ArchivedUserConverter c, UserTable userTable)
MemoryArchivedUserStore(UserStore userStore, edu.uiuc.ncsa.security.core.util.IdentifiableProviderImpl<ArchivedUser> aup)
MultiArchivedUserStoreProvider(org.apache.commons.configuration.tree.ConfigurationNode cn, boolean disableDefaultStore, edu.uiuc.ncsa.security.core.util.MyLoggingFacade loggingFacade, MultiUserStoreProvider userStore, edu.uiuc.ncsa.security.core.util.IdentifiableProviderImpl<ArchivedUser> archivedUserProvider)
-
Uses of ArchivedUser in org.cilogon.oauth2.servlet.util
Methods in org.cilogon.oauth2.servlet.util that return types with arguments of type ArchivedUser Modifier and Type Method Description edu.uiuc.ncsa.security.core.util.IdentifiableProviderImpl<ArchivedUser>
CILogonConfiguration. getAUP()
-