Uses of Interface
org.apache.syncope.core.persistence.api.dao.OIDCC4UIProviderDAO
Packages that use OIDCC4UIProviderDAO
Package
Description
-
Uses of OIDCC4UIProviderDAO in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as OIDCC4UIProviderDAOModifier and TypeFieldDescriptionprotected final OIDCC4UIProviderDAOOIDCC4UILogic.opDAOprotected final OIDCC4UIProviderDAOOIDCC4UIProviderLogic.opDAOMethods in org.apache.syncope.core.logic with parameters of type OIDCC4UIProviderDAOModifier and TypeMethodDescriptionOIDCC4UILogicContext.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 OIDCC4UIProviderDAOModifierConstructorDescriptionOIDCC4UILogic(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) -
Uses of OIDCC4UIProviderDAO in org.apache.syncope.core.persistence.jpa
Methods in org.apache.syncope.core.persistence.jpa that return OIDCC4UIProviderDAOModifier and TypeMethodDescriptionOIDCC4UIPersistenceContext.oidcc4UIProviderDAO(org.springframework.data.jpa.repository.support.JpaRepositoryFactory jpaRepositoryFactory) -
Uses of OIDCC4UIProviderDAO in org.apache.syncope.core.persistence.jpa.dao.repo
Subinterfaces of OIDCC4UIProviderDAO in org.apache.syncope.core.persistence.jpa.dao.repo -
Uses of OIDCC4UIProviderDAO in org.apache.syncope.core.provisioning.java.data
Fields in org.apache.syncope.core.provisioning.java.data declared as OIDCC4UIProviderDAOModifier and TypeFieldDescriptionprotected final OIDCC4UIProviderDAOOIDCC4UIProviderDataBinderImpl.oidcOPDAOMethods in org.apache.syncope.core.provisioning.java.data with parameters of type OIDCC4UIProviderDAOModifier and TypeMethodDescriptionOIDCC4UIProvisioningContext.oidcc4UIProviderDataBinder(AnyTypeDAO anyTypeDAO, OIDCC4UIProviderDAO oidcOPDAO, ImplementationDAO implementationDAO, OIDCC4UIEntityFactory entityFactory, IntAttrNameParser intAttrNameParser, JexlTools jexlTools) Constructors in org.apache.syncope.core.provisioning.java.data with parameters of type OIDCC4UIProviderDAOModifierConstructorDescriptionOIDCC4UIProviderDataBinderImpl(AnyTypeDAO anyTypeDAO, OIDCC4UIProviderDAO oidcOPDAO, ImplementationDAO implementationDAO, OIDCC4UIEntityFactory entityFactory, IntAttrNameParser intAttrNameParser, JexlTools jexlTools)