Uses of Class
org.apache.syncope.core.logic.oidc.OIDCClientCache
-
Uses of OIDCClientCache in org.apache.syncope.core.logic
Modifier and TypeFieldDescriptionprotected final OIDCClientCache
OIDCC4UILogic.oidcClientCacheLogin
protected final OIDCClientCache
OIDCC4UIProviderLogic.oidcClientCacheLogin
protected final OIDCClientCache
OIDCC4UILogic.oidcClientCacheLogout
protected final OIDCClientCache
OIDCC4UIProviderLogic.oidcClientCacheLogout
Modifier and TypeMethodDescriptionOIDCC4UILogicContext.oidcClientCacheLogin()
OIDCC4UILogicContext.oidcClientCacheLogout()
Modifier 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) ModifierConstructorDescriptionOIDCC4UILogic
(OIDCClientCache oidcClientCacheLogin, OIDCClientCache oidcClientCacheLogout, AuthDataAccessor authDataAccessor, AccessTokenDataBinder accessTokenDataBinder, OIDCC4UIProviderDAO opDAO, OIDCUserManager userManager) OIDCC4UIProviderLogic
(OIDCClientCache oidcClientCacheLogin, OIDCClientCache oidcClientCacheLogout, OIDCC4UIProviderDAO opDAO, OIDCC4UIProviderDataBinder binder)