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 OIDCClientCache
OIDCC4UILogic.oidcClientCacheLogin
protected final OIDCClientCache
OIDCC4UIProviderLogic.oidcClientCacheLogin
protected final OIDCClientCache
OIDCC4UILogic.oidcClientCacheLogout
protected final OIDCClientCache
OIDCC4UIProviderLogic.oidcClientCacheLogout
Methods 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.OidcClient
OIDCC4UILogic.getOidcClient
(OIDCClientCache oidcClientCache, OIDCC4UIProvider op, String callbackUrl) OIDCC4UILogicContext.oidcc4UILogic
(OIDCClientCache oidcClientCacheLogin, OIDCClientCache oidcClientCacheLogout, AuthDataAccessor authDataAccessor, AccessTokenDataBinder accessTokenDataBinder, OIDCC4UIProviderDAO opDAO, OIDCUserManager userManager) 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, OIDCUserManager userManager) OIDCC4UIProviderLogic
(OIDCClientCache oidcClientCacheLogin, OIDCClientCache oidcClientCacheLogout, OIDCC4UIProviderDAO opDAO, OIDCC4UIProviderDataBinder binder)