Uses of Class
org.cilogon.oauth2.servlet.storage.idp.IDPKeys
-
Packages that use IDPKeys 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.idp The identity provider store.org.cilogon.oauth2.servlet.util Various utilities needed by the stores.org.cilogon.proxy.servlet CILogon extensions to OA4MP's proxying capabilites. -
-
Uses of IDPKeys in org.cilogon.oauth2.servlet.servlet
Fields in org.cilogon.oauth2.servlet.servlet declared as IDPKeys Modifier and Type Field Description protected IDPKeys
AbstractDBService. idpKeys
-
Uses of IDPKeys in org.cilogon.oauth2.servlet.storage.idp
Constructors in org.cilogon.oauth2.servlet.storage.idp with parameters of type IDPKeys Constructor Description IdentityProvidersTable(IDPKeys keys, String schema, String prefix, String name)
-
Uses of IDPKeys in org.cilogon.oauth2.servlet.util
Fields in org.cilogon.oauth2.servlet.util declared as IDPKeys Modifier and Type Field Description protected IDPKeys
DBServiceClient. idpKeys
protected IDPKeys
DBServiceSerializer. idpKeys
Constructors in org.cilogon.oauth2.servlet.util with parameters of type IDPKeys 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 IDPKeys in org.cilogon.proxy.servlet
Constructors in org.cilogon.proxy.servlet with parameters of type IDPKeys 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)
-