Uses of Class
org.cilogon.oauth2.servlet.storage.twofactor.TwoFactorInfoProvider
-
Packages that use TwoFactorInfoProvider Package Description org.cilogon.oauth2.servlet.storage.twofactor Two-factor stores.org.cilogon.oauth2.servlet.util Various utilities needed by the stores. -
-
Uses of TwoFactorInfoProvider in org.cilogon.oauth2.servlet.storage.twofactor
Constructors in org.cilogon.oauth2.servlet.storage.twofactor with parameters of type TwoFactorInfoProvider Constructor Description CILSQL2FStoreProvider(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.storage.data.MapConverter converter, TwoFactorInfoProvider twoFactorInfoProvider)
TwoFactorFSProvider(org.apache.commons.configuration.tree.ConfigurationNode config, TwoFactorInfoProvider twoFactorInfoProvider, edu.uiuc.ncsa.security.storage.data.MapConverter converter)
TwoFactorMapConverter(TwoFactorInfoProvider twoFactorInfoProvider)
-
Uses of TwoFactorInfoProvider in org.cilogon.oauth2.servlet.util
Methods in org.cilogon.oauth2.servlet.util that return TwoFactorInfoProvider Modifier and Type Method Description TwoFactorInfoProvider
CILogonStoreLoader. get2fp()
-