Uses of Class
org.apache.syncope.core.logic.oidc.OIDCClientCache
-
Packages that use OIDCClientCache Package Description org.apache.syncope.core.logic -
-
Uses of OIDCClientCache in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as OIDCClientCache Modifier and Type Field Description protected OIDCClientCacheOIDCC4UILogic. oidcClientCacheLoginprotected OIDCClientCacheOIDCC4UIProviderLogic. oidcClientCacheLoginprotected OIDCClientCacheOIDCC4UILogic. oidcClientCacheLogoutprotected OIDCClientCacheOIDCC4UIProviderLogic. oidcClientCacheLogoutMethods in org.apache.syncope.core.logic that return OIDCClientCache Modifier and Type Method Description OIDCClientCacheOIDCC4UILogicContext. oidcClientCacheLogin()OIDCClientCacheOIDCC4UILogicContext. oidcClientCacheLogout()Methods in org.apache.syncope.core.logic with parameters of type OIDCClientCache Modifier and Type Method Description protected org.pac4j.oidc.client.OidcClientOIDCC4UILogic. getOidcClient(OIDCClientCache oidcClientCache, OIDCC4UIProvider op, String callbackUrl)OIDCC4UILogicOIDCC4UILogicContext. oidcc4UILogic(OIDCClientCache oidcClientCacheLogin, OIDCClientCache oidcClientCacheLogout, AuthDataAccessor authDataAccessor, AccessTokenDataBinder accessTokenDataBinder, OIDCC4UIProviderDAO opDAO, AccessTokenDAO accessTokenDAO, OIDCUserManager userManager)OIDCC4UIProviderLogicOIDCC4UILogicContext. oidcc4UIProviderLogic(OIDCClientCache oidcClientCacheLogin, OIDCClientCache oidcClientCacheLogout, OIDCC4UIProviderDAO opDAO, OIDCC4UIProviderDataBinder binder)Constructors in org.apache.syncope.core.logic with parameters of type OIDCClientCache Constructor Description OIDCC4UILogic(OIDCClientCache oidcClientCacheLogin, OIDCClientCache oidcClientCacheLogout, AuthDataAccessor authDataAccessor, AccessTokenDataBinder accessTokenDataBinder, OIDCC4UIProviderDAO opDAO, AccessTokenDAO accessTokenDAO, OIDCUserManager userManager)OIDCC4UIProviderLogic(OIDCClientCache oidcClientCacheLogin, OIDCClientCache oidcClientCacheLogout, OIDCC4UIProviderDAO opDAO, OIDCC4UIProviderDataBinder binder)
-