Uses of Class
org.cilogon.oauth2.servlet.storage.twofactor.TwoFactorSerializationKeys
-
Packages that use TwoFactorSerializationKeys Package Description 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.proxy.servlet CILogon extensions to OA4MP's proxying capabilites.org.cilogon.qdl.module.storage QDL Modules that allow for access to the stores specific to CILogon, such as users. -
-
Uses of TwoFactorSerializationKeys in org.cilogon.oauth2.servlet.servlet
Fields in org.cilogon.oauth2.servlet.servlet declared as TwoFactorSerializationKeys Modifier and Type Field Description protected TwoFactorSerializationKeys
AbstractDBService. tfKeys
-
Uses of TwoFactorSerializationKeys in org.cilogon.oauth2.servlet.storage.twofactor
Methods in org.cilogon.oauth2.servlet.storage.twofactor that return TwoFactorSerializationKeys Modifier and Type Method Description protected TwoFactorSerializationKeys
TwoFactorTable. tfk()
protected TwoFactorSerializationKeys
TwoFactorMapConverter. tfKeys()
Constructors in org.cilogon.oauth2.servlet.storage.twofactor with parameters of type TwoFactorSerializationKeys Constructor Description TwoFactorTable(TwoFactorSerializationKeys keys, String schema, String tablenamePrefix, String tablename)
-
Uses of TwoFactorSerializationKeys in org.cilogon.oauth2.servlet.util
Fields in org.cilogon.oauth2.servlet.util declared as TwoFactorSerializationKeys Modifier and Type Field Description protected TwoFactorSerializationKeys
DBServiceClient. tfKeys
protected TwoFactorSerializationKeys
DBServiceSerializer. tfKeys
Constructors in org.cilogon.oauth2.servlet.util with parameters of type TwoFactorSerializationKeys Constructor Description DBServiceSerializer(UserKeys userKeys, IDPKeys idpKeys, TwoFactorSerializationKeys tfk, org.oa4mp.delegation.common.storage.clients.ClientKeys cKeys, org.oa4mp.delegation.common.storage.clients.ClientApprovalKeys caKeys)
-
Uses of TwoFactorSerializationKeys in org.cilogon.proxy.servlet
Constructors in org.cilogon.proxy.servlet with parameters of type TwoFactorSerializationKeys Constructor Description DBServiceSerializer2(UserKeys userKeys, IDPKeys idpKeys, TwoFactorSerializationKeys tfk, org.oa4mp.delegation.common.storage.clients.ClientKeys cKeys, org.oa4mp.delegation.common.storage.clients.ClientApprovalKeys caKeys)
-
Uses of TwoFactorSerializationKeys in org.cilogon.qdl.module.storage
Methods in org.cilogon.qdl.module.storage that return TwoFactorSerializationKeys Modifier and Type Method Description protected TwoFactorSerializationKeys
TwoFactorMC. kk()
-