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 (CILogonOA2ServiceEnvironment
from 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 void
AbstractDBService. write2FInfo(TwoFactorInfo tfi, int statusCode, javax.servlet.http.HttpServletResponse response)
protected void
AbstractDBService. 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 TwoFactorInfo
TwoFactorMapConverter. fromMap(edu.uiuc.ncsa.security.storage.data.ConversionMap<String,Object> map, TwoFactorInfo tfi)
TwoFactorInfo
TwoFactorInfoProvider. get(boolean createNewIdentifier)
TwoFactorInfo
TwoFactorInfoProvider. 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 TwoFactorInfo
TwoFactorMapConverter. fromMap(edu.uiuc.ncsa.security.storage.data.ConversionMap<String,Object> map, TwoFactorInfo tfi)
void
TwoFactorMapConverter. 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 TwoFactorInfo
DBServiceClient. 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 void
DBServiceSerializer. serialize(PrintWriter w, TwoFactorInfo tfi, int statusCode)
void
DBServiceSerializer. serialize(PrintWriter w, User user, TwoFactorInfo tfi, int statusCode)
void
DBServiceClient. 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 class
TwoFactorMC<V extends TwoFactorInfo>
Created by Jeff Gaynor
on 12/23/20 at 1:25 PM
-