Uses of Interface
org.apache.syncope.core.persistence.api.dao.OIDCRPClientAppDAO
Packages that use OIDCRPClientAppDAO
Package
Description
-
Uses of OIDCRPClientAppDAO in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as OIDCRPClientAppDAOModifier and TypeFieldDescriptionprotected final OIDCRPClientAppDAOClientAppLogic.oidcRPClientAppDAOprotected final OIDCRPClientAppDAORealmLogic.oidcRPClientAppDAOMethods in org.apache.syncope.core.logic with parameters of type OIDCRPClientAppDAOModifier and TypeMethodDescriptionAMLogicContext.clientAppLogic(ServiceOps serviceOps, ClientAppUtilsFactory clientAppUtilsFactory, ClientAppDataBinder binder, CASSPClientAppDAO casSPClientAppDAO, OIDCRPClientAppDAO oidcRPClientAppDAO, SAML2SPClientAppDAO saml2SPClientAppDAO) IdRepoLogicContext.realmLogic(RealmDAO realmDAO, RealmSearchDAO realmSearchDAO, AnySearchDAO anySearchDAO, TaskDAO taskDAO, CASSPClientAppDAO casSPClientAppDAO, OIDCRPClientAppDAO oidcRPClientAppDAO, SAML2SPClientAppDAO saml2SPClientAppDAO, RealmDataBinder binder, PropagationManager propagationManager, PropagationTaskExecutor taskExecutor) AMLogicContext.waClientAppLogic(WAClientAppDataBinder binder, CASSPClientAppDAO casSPClientAppDAO, OIDCRPClientAppDAO oidcRPClientAppDAO, SAML2SPClientAppDAO saml2SPClientAppDAO) Constructors in org.apache.syncope.core.logic with parameters of type OIDCRPClientAppDAOModifierConstructorDescriptionClientAppLogic(ServiceOps serviceOps, ClientAppUtilsFactory clientAppUtilsFactory, ClientAppDataBinder binder, CASSPClientAppDAO casSPClientAppDAO, OIDCRPClientAppDAO oidcRPClientAppDAO, SAML2SPClientAppDAO saml2SPClientAppDAO) RealmLogic(RealmDAO realmDAO, RealmSearchDAO realmSearchDAO, AnySearchDAO searchDAO, TaskDAO taskDAO, CASSPClientAppDAO casSPClientAppDAO, OIDCRPClientAppDAO oidcRPClientAppDAO, SAML2SPClientAppDAO saml2SPClientAppDAO, RealmDataBinder binder, PropagationManager propagationManager, PropagationTaskExecutor taskExecutor) -
Uses of OIDCRPClientAppDAO in org.apache.syncope.core.logic.wa
Fields in org.apache.syncope.core.logic.wa declared as OIDCRPClientAppDAOModifier and TypeFieldDescriptionprotected final OIDCRPClientAppDAOWAClientAppLogic.oidcRPClientAppDAOConstructors in org.apache.syncope.core.logic.wa with parameters of type OIDCRPClientAppDAOModifierConstructorDescriptionWAClientAppLogic(WAClientAppDataBinder binder, CASSPClientAppDAO casSPClientAppDAO, OIDCRPClientAppDAO oidcRPClientAppDAO, SAML2SPClientAppDAO saml2SPClientAppDAO) -
Uses of OIDCRPClientAppDAO in org.apache.syncope.core.persistence.jpa
Methods in org.apache.syncope.core.persistence.jpa that return OIDCRPClientAppDAOModifier and TypeMethodDescriptionPersistenceContext.oidcRPClientAppDAO(org.springframework.data.jpa.repository.support.JpaRepositoryFactory jpaRepositoryFactory, OIDCRPClientAppRepoExt oidcRPClientAppRepoExt) Methods in org.apache.syncope.core.persistence.jpa with parameters of type OIDCRPClientAppDAOModifier and TypeMethodDescriptionPersistenceContext.policyDAO(RealmDAO realmDAO, ExternalResourceDAO resourceDAO, CASSPClientAppDAO casSPClientAppDAO, OIDCRPClientAppDAO oidcRPClientAppDAO, SAML2SPClientAppDAO saml2SPClientAppDAO, EntityCacheDAO entityCacheDAO, EntityManager entityManager) -
Uses of OIDCRPClientAppDAO in org.apache.syncope.core.persistence.jpa.dao
Fields in org.apache.syncope.core.persistence.jpa.dao declared as OIDCRPClientAppDAOModifier and TypeFieldDescriptionprotected final OIDCRPClientAppDAOJPAPolicyDAO.oidcRPClientAppDAOConstructors in org.apache.syncope.core.persistence.jpa.dao with parameters of type OIDCRPClientAppDAOModifierConstructorDescriptionJPAPolicyDAO(RealmDAO realmDAO, ExternalResourceDAO resourceDAO, CASSPClientAppDAO casSPClientAppDAO, OIDCRPClientAppDAO oidcRPClientAppDAO, SAML2SPClientAppDAO saml2SPClientAppDAO, EntityCacheDAO entityCacheDAO, EntityManager entityManager) -
Uses of OIDCRPClientAppDAO in org.apache.syncope.core.persistence.jpa.dao.repo
Subinterfaces of OIDCRPClientAppDAO in org.apache.syncope.core.persistence.jpa.dao.repo -
Uses of OIDCRPClientAppDAO in org.apache.syncope.core.persistence.neo4j
Methods in org.apache.syncope.core.persistence.neo4j that return OIDCRPClientAppDAOModifier and TypeMethodDescriptionPersistenceContext.oidcRPClientAppDAO(SyncopeNeo4jRepositoryFactory neo4jRepositoryFactory, OIDCRPClientAppRepoExt oidcRPClientAppRepoExt) Methods in org.apache.syncope.core.persistence.neo4j with parameters of type OIDCRPClientAppDAOModifier and TypeMethodDescriptionPersistenceContext.policyDAO(RealmDAO realmDAO, ExternalResourceDAO resourceDAO, CASSPClientAppDAO casSPClientAppDAO, OIDCRPClientAppDAO oidcRPClientAppDAO, SAML2SPClientAppDAO saml2SPClientAppDAO, EntityCacheDAO entityCacheDAO, org.springframework.data.neo4j.core.Neo4jTemplate neo4jTemplate, org.springframework.data.neo4j.core.Neo4jClient neo4jClient, NodeValidator nodeValidator) -
Uses of OIDCRPClientAppDAO in org.apache.syncope.core.persistence.neo4j.dao
Fields in org.apache.syncope.core.persistence.neo4j.dao declared as OIDCRPClientAppDAOModifier and TypeFieldDescriptionprotected final OIDCRPClientAppDAONeo4jPolicyDAO.oidcRPClientAppDAOConstructors in org.apache.syncope.core.persistence.neo4j.dao with parameters of type OIDCRPClientAppDAOModifierConstructorDescriptionNeo4jPolicyDAO(RealmDAO realmDAO, ExternalResourceDAO resourceDAO, CASSPClientAppDAO casSPClientAppDAO, OIDCRPClientAppDAO oidcRPClientAppDAO, SAML2SPClientAppDAO saml2SPClientAppDAO, EntityCacheDAO entityCacheDAO, org.springframework.data.neo4j.core.Neo4jTemplate neo4jTemplate, org.springframework.data.neo4j.core.Neo4jClient neo4jClient, NodeValidator nodeValidator) -
Uses of OIDCRPClientAppDAO in org.apache.syncope.core.persistence.neo4j.dao.repo
Subinterfaces of OIDCRPClientAppDAO in org.apache.syncope.core.persistence.neo4j.dao.repo -
Uses of OIDCRPClientAppDAO in org.apache.syncope.core.provisioning.java.pushpull
Fields in org.apache.syncope.core.provisioning.java.pushpull declared as OIDCRPClientAppDAOModifier and TypeFieldDescriptionprotected OIDCRPClientAppDAODefaultRealmPullResultHandler.oidcRPClientAppDAO