Uses of Class
org.apache.syncope.core.logic.oidc.OIDCClientCache
Packages that use OIDCClientCache
-
Uses of OIDCClientCache in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as OIDCClientCacheModifier and TypeFieldDescriptionprotected final OIDCClientCacheOIDCC4UILogic.oidcClientCacheLoginprotected final OIDCClientCacheOIDCC4UIProviderLogic.oidcClientCacheLoginprotected final OIDCClientCacheOIDCC4UILogic.oidcClientCacheLogoutprotected final OIDCClientCacheOIDCC4UIProviderLogic.oidcClientCacheLogoutMethods in org.apache.syncope.core.logic that return OIDCClientCacheModifier and TypeMethodDescriptionOIDCC4UILogicContext.oidcClientCacheLogin()OIDCC4UILogicContext.oidcClientCacheLogout()Methods in org.apache.syncope.core.logic with parameters of type OIDCClientCacheModifier and TypeMethodDescriptionprotected org.pac4j.oidc.client.OidcClientOIDCC4UILogic.getOidcClient(OIDCClientCache oidcClientCache, OIDCC4UIProvider op, String callbackUrl) OIDCC4UILogicContext.oidcc4UILogic(OIDCClientCache oidcClientCacheLogin, OIDCClientCache oidcClientCacheLogout, AuthDataAccessor authDataAccessor, AccessTokenDataBinder accessTokenDataBinder, OIDCC4UIProviderDAO opDAO, AccessTokenDAO accessTokenDAO, OIDCUserManager userManager, EncryptorManager encryptorManager) OIDCC4UILogicContext.oidcc4UIProviderLogic(OIDCClientCache oidcClientCacheLogin, OIDCClientCache oidcClientCacheLogout, OIDCC4UIProviderDAO opDAO, OIDCC4UIProviderDataBinder binder) Constructors in org.apache.syncope.core.logic with parameters of type OIDCClientCacheModifierConstructorDescriptionOIDCC4UILogic(OIDCClientCache oidcClientCacheLogin, OIDCClientCache oidcClientCacheLogout, AuthDataAccessor authDataAccessor, AccessTokenDataBinder accessTokenDataBinder, OIDCC4UIProviderDAO opDAO, AccessTokenDAO accessTokenDAO, OIDCUserManager userManager, EncryptorManager encryptorManager) OIDCC4UIProviderLogic(OIDCClientCache oidcClientCacheLogin, OIDCClientCache oidcClientCacheLogout, OIDCC4UIProviderDAO opDAO, OIDCC4UIProviderDataBinder binder)