Uses of Class
org.cilogon.oauth2.servlet.storage.twofactor.TwoFactorInfo
-
Packages that use TwoFactorInfo Package Description org.cilogon.oauth2.servlet.loader Package that reads the CILogon configuration and creates the runtime environment (CILogonOA2ServiceEnvironmentfrom that.org.cilogon.oauth2.servlet.servlet Servlets used in CILogon that are not in OA4MP, viz., the database service.org.cilogon.oauth2.servlet.storage.twofactor Two-factor stores.org.cilogon.oauth2.servlet.util Various utilities needed by the stores.org.cilogon.qdl.module.storage QDL Modules that allow for access to the stores specific to CILogon, such as users. -
-
Uses of TwoFactorInfo in org.cilogon.oauth2.servlet.loader
Methods in org.cilogon.oauth2.servlet.loader that return types with arguments of type TwoFactorInfo Modifier and Type Method Description edu.uiuc.ncsa.security.core.util.IdentifiableProviderImpl<TwoFactorInfo>CILOA2ConfigurationLoader. get2fp() -
Uses of TwoFactorInfo in org.cilogon.oauth2.servlet.servlet
Methods in org.cilogon.oauth2.servlet.servlet with parameters of type TwoFactorInfo Modifier and Type Method Description protected voidAbstractDBService. write2FInfo(TwoFactorInfo tfi, int statusCode, javax.servlet.http.HttpServletResponse response)protected voidAbstractDBService. writeUser(User user, TwoFactorInfo tfi, int statusCode, javax.servlet.http.HttpServletResponse response) -
Uses of TwoFactorInfo in org.cilogon.oauth2.servlet.storage.twofactor
Methods in org.cilogon.oauth2.servlet.storage.twofactor that return TwoFactorInfo Modifier and Type Method Description TwoFactorInfoTwoFactorMapConverter. fromMap(edu.uiuc.ncsa.security.storage.data.ConversionMap<String,Object> map, TwoFactorInfo tfi)TwoFactorInfoTwoFactorInfoProvider. get(boolean createNewIdentifier)TwoFactorInfoTwoFactorInfoProvider. get(edu.uiuc.ncsa.security.core.Identifier identifier)Methods in org.cilogon.oauth2.servlet.storage.twofactor that return types with arguments of type TwoFactorInfo Modifier and Type Method Description List<TwoFactorInfo>TwoFactorFS. getMostRecent(int n, List<String> attributes)List<TwoFactorInfo>TwoFactorMS. getMostRecent(int n, List<String> attributes)edu.uiuc.ncsa.security.core.XMLConverter<TwoFactorInfo>TwoFactorMS. getXMLConverter()Methods in org.cilogon.oauth2.servlet.storage.twofactor with parameters of type TwoFactorInfo Modifier and Type Method Description TwoFactorInfoTwoFactorMapConverter. fromMap(edu.uiuc.ncsa.security.storage.data.ConversionMap<String,Object> map, TwoFactorInfo tfi)voidTwoFactorMapConverter. toMap(TwoFactorInfo tfi, edu.uiuc.ncsa.security.storage.data.ConversionMap<String,Object> map)Constructor parameters in org.cilogon.oauth2.servlet.storage.twofactor with type arguments of type TwoFactorInfo Constructor Description TwoFactorFS(File file, edu.uiuc.ncsa.security.core.IdentifiableProvider<TwoFactorInfo> idp, edu.uiuc.ncsa.security.storage.data.MapConverter<TwoFactorInfo> cp, boolean removeEmptyFiles, boolean removeFailedFiles)TwoFactorFS(File file, edu.uiuc.ncsa.security.core.IdentifiableProvider<TwoFactorInfo> idp, edu.uiuc.ncsa.security.storage.data.MapConverter<TwoFactorInfo> cp, boolean removeEmptyFiles, boolean removeFailedFiles)TwoFactorFS(File storeDirectory, File indexDirectory, edu.uiuc.ncsa.security.core.IdentifiableProvider<TwoFactorInfo> identifiableProvider, edu.uiuc.ncsa.security.storage.data.MapConverter<TwoFactorInfo> twoFactorInfoMapConverter, boolean removeEmptyFiles, boolean removeFailedFiles)TwoFactorFS(File storeDirectory, File indexDirectory, edu.uiuc.ncsa.security.core.IdentifiableProvider<TwoFactorInfo> identifiableProvider, edu.uiuc.ncsa.security.storage.data.MapConverter<TwoFactorInfo> twoFactorInfoMapConverter, boolean removeEmptyFiles, boolean removeFailedFiles)TwoFactorMS(edu.uiuc.ncsa.security.core.IdentifiableProvider<TwoFactorInfo> identifiableProvider)TwoFactorSQLStore(edu.uiuc.ncsa.security.storage.sql.ConnectionPool connectionPool, edu.uiuc.ncsa.security.storage.sql.internals.Table table, javax.inject.Provider<TwoFactorInfo> identifiableProvider, edu.uiuc.ncsa.security.storage.data.MapConverter<TwoFactorInfo> twoFactorInfoMapConverter)TwoFactorSQLStore(edu.uiuc.ncsa.security.storage.sql.ConnectionPool connectionPool, edu.uiuc.ncsa.security.storage.sql.internals.Table table, javax.inject.Provider<TwoFactorInfo> identifiableProvider, edu.uiuc.ncsa.security.storage.data.MapConverter<TwoFactorInfo> twoFactorInfoMapConverter) -
Uses of TwoFactorInfo in org.cilogon.oauth2.servlet.util
Methods in org.cilogon.oauth2.servlet.util that return TwoFactorInfo Modifier and Type Method Description TwoFactorInfoDBServiceClient. getTwoFactorInfo(edu.uiuc.ncsa.security.core.Identifier userUid)Methods in org.cilogon.oauth2.servlet.util that return types with arguments of type TwoFactorInfo Modifier and Type Method Description edu.uiuc.ncsa.security.core.util.IdentifiableProviderImpl<TwoFactorInfo>CILogonConfiguration. get2fp()Methods in org.cilogon.oauth2.servlet.util with parameters of type TwoFactorInfo Modifier and Type Method Description voidDBServiceSerializer. serialize(PrintWriter w, TwoFactorInfo tfi, int statusCode)voidDBServiceSerializer. serialize(PrintWriter w, User user, TwoFactorInfo tfi, int statusCode)voidDBServiceClient. setTwoFactorInfo(TwoFactorInfo tfi) -
Uses of TwoFactorInfo in org.cilogon.qdl.module.storage
Classes in org.cilogon.qdl.module.storage with type parameters of type TwoFactorInfo Modifier and Type Class Description classTwoFactorMC<V extends TwoFactorInfo>Created by Jeff Gaynor
on 12/23/20 at 1:25 PM
-