Uses of Interface
org.apache.syncope.core.persistence.api.dao.CASSPClientAppDAO
Packages that use CASSPClientAppDAO
Package
Description
-
Uses of CASSPClientAppDAO in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as CASSPClientAppDAOModifier and TypeFieldDescriptionprotected final CASSPClientAppDAOClientAppLogic.casSPClientAppDAOprotected final CASSPClientAppDAORealmLogic.casSPClientAppDAOMethods in org.apache.syncope.core.logic with parameters of type CASSPClientAppDAOModifier 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 CASSPClientAppDAOModifierConstructorDescriptionClientAppLogic(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 CASSPClientAppDAO in org.apache.syncope.core.logic.wa
Fields in org.apache.syncope.core.logic.wa declared as CASSPClientAppDAOModifier and TypeFieldDescriptionprotected final CASSPClientAppDAOWAClientAppLogic.casSPClientAppDAOConstructors in org.apache.syncope.core.logic.wa with parameters of type CASSPClientAppDAOModifierConstructorDescriptionWAClientAppLogic(WAClientAppDataBinder binder, CASSPClientAppDAO casSPClientAppDAO, OIDCRPClientAppDAO oidcRPClientAppDAO, SAML2SPClientAppDAO saml2SPClientAppDAO) -
Uses of CASSPClientAppDAO in org.apache.syncope.core.persistence.jpa
Methods in org.apache.syncope.core.persistence.jpa that return CASSPClientAppDAOModifier and TypeMethodDescriptionPersistenceContext.casSPClientAppDAO(org.springframework.data.jpa.repository.support.JpaRepositoryFactory jpaRepositoryFactory, CASSPClientAppRepoExt casSPClientAppRepoExt) Methods in org.apache.syncope.core.persistence.jpa with parameters of type CASSPClientAppDAOModifier and TypeMethodDescriptionPersistenceContext.policyDAO(RealmDAO realmDAO, ExternalResourceDAO resourceDAO, CASSPClientAppDAO casSPClientAppDAO, OIDCRPClientAppDAO oidcRPClientAppDAO, SAML2SPClientAppDAO saml2SPClientAppDAO, EntityCacheDAO entityCacheDAO, EntityManager entityManager) -
Uses of CASSPClientAppDAO in org.apache.syncope.core.persistence.jpa.dao
Fields in org.apache.syncope.core.persistence.jpa.dao declared as CASSPClientAppDAOModifier and TypeFieldDescriptionprotected final CASSPClientAppDAOJPAPolicyDAO.casSPClientAppDAOConstructors in org.apache.syncope.core.persistence.jpa.dao with parameters of type CASSPClientAppDAOModifierConstructorDescriptionJPAPolicyDAO(RealmDAO realmDAO, ExternalResourceDAO resourceDAO, CASSPClientAppDAO casSPClientAppDAO, OIDCRPClientAppDAO oidcRPClientAppDAO, SAML2SPClientAppDAO saml2SPClientAppDAO, EntityCacheDAO entityCacheDAO, EntityManager entityManager) -
Uses of CASSPClientAppDAO in org.apache.syncope.core.persistence.jpa.dao.repo
Subinterfaces of CASSPClientAppDAO in org.apache.syncope.core.persistence.jpa.dao.repo -
Uses of CASSPClientAppDAO in org.apache.syncope.core.persistence.neo4j
Methods in org.apache.syncope.core.persistence.neo4j that return CASSPClientAppDAOModifier and TypeMethodDescriptionPersistenceContext.casSPClientAppDAO(SyncopeNeo4jRepositoryFactory neo4jRepositoryFactory, CASSPClientAppRepoExt casSPClientAppRepoExt) Methods in org.apache.syncope.core.persistence.neo4j with parameters of type CASSPClientAppDAOModifier 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 CASSPClientAppDAO in org.apache.syncope.core.persistence.neo4j.dao
Fields in org.apache.syncope.core.persistence.neo4j.dao declared as CASSPClientAppDAOModifier and TypeFieldDescriptionprotected final CASSPClientAppDAONeo4jPolicyDAO.casSPClientAppDAOConstructors in org.apache.syncope.core.persistence.neo4j.dao with parameters of type CASSPClientAppDAOModifierConstructorDescriptionNeo4jPolicyDAO(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 CASSPClientAppDAO in org.apache.syncope.core.persistence.neo4j.dao.repo
Subinterfaces of CASSPClientAppDAO in org.apache.syncope.core.persistence.neo4j.dao.repo -
Uses of CASSPClientAppDAO in org.apache.syncope.core.provisioning.java.pushpull
Fields in org.apache.syncope.core.provisioning.java.pushpull declared as CASSPClientAppDAOModifier and TypeFieldDescriptionprotected CASSPClientAppDAODefaultRealmPullResultHandler.casSPClientAppDAO