Uses of Interface
org.apache.syncope.core.persistence.api.dao.SAML2SPClientAppDAO
Packages that use SAML2SPClientAppDAO
Package
Description
-
Uses of SAML2SPClientAppDAO in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as SAML2SPClientAppDAOModifier and TypeFieldDescriptionprotected final SAML2SPClientAppDAOClientAppLogic.saml2SPClientAppDAOprotected final SAML2SPClientAppDAORealmLogic.saml2SPClientAppDAOMethods in org.apache.syncope.core.logic with parameters of type SAML2SPClientAppDAOModifier 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 SAML2SPClientAppDAOModifierConstructorDescriptionClientAppLogic(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 SAML2SPClientAppDAO in org.apache.syncope.core.logic.wa
Fields in org.apache.syncope.core.logic.wa declared as SAML2SPClientAppDAOModifier and TypeFieldDescriptionprotected final SAML2SPClientAppDAOWAClientAppLogic.saml2SPClientAppDAOConstructors in org.apache.syncope.core.logic.wa with parameters of type SAML2SPClientAppDAOModifierConstructorDescriptionWAClientAppLogic(WAClientAppDataBinder binder, CASSPClientAppDAO casSPClientAppDAO, OIDCRPClientAppDAO oidcRPClientAppDAO, SAML2SPClientAppDAO saml2SPClientAppDAO) -
Uses of SAML2SPClientAppDAO in org.apache.syncope.core.persistence.jpa
Methods in org.apache.syncope.core.persistence.jpa that return SAML2SPClientAppDAOModifier and TypeMethodDescriptionPersistenceContext.saml2SPClientAppDAO(org.springframework.data.jpa.repository.support.JpaRepositoryFactory jpaRepositoryFactory, SAML2SPClientAppRepoExt saml2SPClientAppRepoExt) Methods in org.apache.syncope.core.persistence.jpa with parameters of type SAML2SPClientAppDAOModifier and TypeMethodDescriptionPersistenceContext.policyDAO(RealmDAO realmDAO, ExternalResourceDAO resourceDAO, CASSPClientAppDAO casSPClientAppDAO, OIDCRPClientAppDAO oidcRPClientAppDAO, SAML2SPClientAppDAO saml2SPClientAppDAO, EntityCacheDAO entityCacheDAO, EntityManager entityManager) -
Uses of SAML2SPClientAppDAO in org.apache.syncope.core.persistence.jpa.dao
Fields in org.apache.syncope.core.persistence.jpa.dao declared as SAML2SPClientAppDAOModifier and TypeFieldDescriptionprotected final SAML2SPClientAppDAOJPAPolicyDAO.saml2SPClientAppDAOConstructors in org.apache.syncope.core.persistence.jpa.dao with parameters of type SAML2SPClientAppDAOModifierConstructorDescriptionJPAPolicyDAO(RealmDAO realmDAO, ExternalResourceDAO resourceDAO, CASSPClientAppDAO casSPClientAppDAO, OIDCRPClientAppDAO oidcRPClientAppDAO, SAML2SPClientAppDAO saml2SPClientAppDAO, EntityCacheDAO entityCacheDAO, EntityManager entityManager) -
Uses of SAML2SPClientAppDAO in org.apache.syncope.core.persistence.jpa.dao.repo
Subinterfaces of SAML2SPClientAppDAO in org.apache.syncope.core.persistence.jpa.dao.repo -
Uses of SAML2SPClientAppDAO in org.apache.syncope.core.persistence.neo4j
Methods in org.apache.syncope.core.persistence.neo4j that return SAML2SPClientAppDAOModifier and TypeMethodDescriptionPersistenceContext.saml2SPClientAppDAO(SyncopeNeo4jRepositoryFactory neo4jRepositoryFactory, SAML2SPClientAppRepoExt saml2SPClientAppRepoExt) Methods in org.apache.syncope.core.persistence.neo4j with parameters of type SAML2SPClientAppDAOModifier 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 SAML2SPClientAppDAO in org.apache.syncope.core.persistence.neo4j.dao
Fields in org.apache.syncope.core.persistence.neo4j.dao declared as SAML2SPClientAppDAOModifier and TypeFieldDescriptionprotected final SAML2SPClientAppDAONeo4jPolicyDAO.saml2SPClientAppDAOConstructors in org.apache.syncope.core.persistence.neo4j.dao with parameters of type SAML2SPClientAppDAOModifierConstructorDescriptionNeo4jPolicyDAO(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 SAML2SPClientAppDAO in org.apache.syncope.core.persistence.neo4j.dao.repo
Subinterfaces of SAML2SPClientAppDAO in org.apache.syncope.core.persistence.neo4j.dao.repo -
Uses of SAML2SPClientAppDAO in org.apache.syncope.core.provisioning.java.pushpull
Fields in org.apache.syncope.core.provisioning.java.pushpull declared as SAML2SPClientAppDAOModifier and TypeFieldDescriptionprotected SAML2SPClientAppDAODefaultRealmPullResultHandler.saml2SPClientAppDAO