Uses of Class
org.cilogon.oauth2.servlet.storage.user.UserKeys
-
Packages that use UserKeys 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.user The user store for CILogon.org.cilogon.oauth2.servlet.util Various utilities needed by the stores.org.cilogon.proxy.servlet CILogon extensions to OA4MP's proxying capabilites. -
-
Uses of UserKeys in org.cilogon.oauth2.servlet.servlet
Fields in org.cilogon.oauth2.servlet.servlet declared as UserKeys Modifier and Type Field Description protected UserKeysAbstractDBService. userKeys -
Uses of UserKeys in org.cilogon.oauth2.servlet.storage.user
Methods in org.cilogon.oauth2.servlet.storage.user that return UserKeys Modifier and Type Method Description protected UserKeysUserConverter. uk()UserKeysUserTable. userKeys()Constructors in org.cilogon.oauth2.servlet.storage.user with parameters of type UserKeys Constructor Description UserTable(UserKeys keys, String schema, String tablenamePrefix, String tablename) -
Uses of UserKeys in org.cilogon.oauth2.servlet.util
Fields in org.cilogon.oauth2.servlet.util declared as UserKeys Modifier and Type Field Description protected UserKeysDBServiceClient. userKeysprotected UserKeysDBServiceSerializer. userKeysConstructors in org.cilogon.oauth2.servlet.util with parameters of type UserKeys 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 UserKeys in org.cilogon.proxy.servlet
Constructors in org.cilogon.proxy.servlet with parameters of type UserKeys 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)
-