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 OIDCClientCache
OIDCC4UILogic. oidcClientCacheLogin
protected OIDCClientCache
OIDCC4UIProviderLogic. oidcClientCacheLogin
protected OIDCClientCache
OIDCC4UILogic. oidcClientCacheLogout
protected OIDCClientCache
OIDCC4UIProviderLogic. oidcClientCacheLogout
Methods in org.apache.syncope.core.logic that return OIDCClientCache Modifier and Type Method Description OIDCClientCache
OIDCC4UILogicContext. oidcClientCacheLogin()
OIDCClientCache
OIDCC4UILogicContext. oidcClientCacheLogout()
Methods in org.apache.syncope.core.logic with parameters of type OIDCClientCache Modifier and Type Method Description protected org.pac4j.oidc.client.OidcClient
OIDCC4UILogic. getOidcClient(OIDCClientCache oidcClientCache, OIDCC4UIProvider op, String callbackUrl)
OIDCC4UILogic
OIDCC4UILogicContext. oidcc4UILogic(OIDCClientCache oidcClientCacheLogin, OIDCClientCache oidcClientCacheLogout, AuthDataAccessor authDataAccessor, AccessTokenDataBinder accessTokenDataBinder, OIDCC4UIProviderDAO opDAO, OIDCUserManager userManager)
OIDCC4UIProviderLogic
OIDCC4UILogicContext. 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, OIDCUserManager userManager)
OIDCC4UIProviderLogic(OIDCClientCache oidcClientCacheLogin, OIDCClientCache oidcClientCacheLogout, OIDCC4UIProviderDAO opDAO, OIDCC4UIProviderDataBinder binder)
-