Uses of Interface
org.apache.syncope.core.persistence.api.dao.CASSPClientAppDAO
-
-
Uses of CASSPClientAppDAO in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as CASSPClientAppDAO Modifier and Type Field Description protected CASSPClientAppDAOClientAppLogic. casSPClientAppDAOprotected CASSPClientAppDAORealmLogic. casSPClientAppDAOMethods in org.apache.syncope.core.logic with parameters of type CASSPClientAppDAO Modifier and Type Method Description ClientAppLogicAMLogicContext. clientAppLogic(ServiceOps serviceOps, ClientAppUtilsFactory clientAppUtilsFactory, ClientAppDataBinder binder, CASSPClientAppDAO casSPClientAppDAO, OIDCRPClientAppDAO oidcRPClientAppDAO, SAML2SPClientAppDAO saml2SPClientAppDAO)RealmLogicIdRepoLogicContext. realmLogic(RealmDataBinder binder, RealmDAO realmDAO, AnySearchDAO anySearchDAO, TaskDAO taskDAO, CASSPClientAppDAO casSPClientAppDAO, OIDCRPClientAppDAO oidcRPClientAppDAO, SAML2SPClientAppDAO saml2SPClientAppDAO, PropagationManager propagationManager, PropagationTaskExecutor taskExecutor)WAClientAppLogicAMLogicContext. waClientAppLogic(WAClientAppDataBinder binder, CASSPClientAppDAO casSPClientAppDAO, OIDCRPClientAppDAO oidcRPClientAppDAO, SAML2SPClientAppDAO saml2SPClientAppDAO)Constructors in org.apache.syncope.core.logic with parameters of type CASSPClientAppDAO Constructor Description ClientAppLogic(ServiceOps serviceOps, ClientAppUtilsFactory clientAppUtilsFactory, ClientAppDataBinder binder, CASSPClientAppDAO casSPClientAppDAO, OIDCRPClientAppDAO oidcRPClientAppDAO, SAML2SPClientAppDAO saml2SPClientAppDAO)RealmLogic(RealmDAO realmDAO, 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 CASSPClientAppDAO Modifier and Type Field Description protected CASSPClientAppDAOWAClientAppLogic. casSPClientAppDAOConstructors in org.apache.syncope.core.logic.wa with parameters of type CASSPClientAppDAO Constructor Description WAClientAppLogic(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 CASSPClientAppDAO Modifier and Type Method Description CASSPClientAppDAOPersistenceContext. casSPClientAppDAO()Methods in org.apache.syncope.core.persistence.jpa with parameters of type CASSPClientAppDAO Modifier and Type Method Description PolicyDAOPersistenceContext. policyDAO(RealmDAO realmDAO, ExternalResourceDAO resourceDAO, CASSPClientAppDAO casSPClientAppDAO, OIDCRPClientAppDAO oidcRPClientAppDAO, SAML2SPClientAppDAO saml2SPClientAppDAO, EntityCacheDAO entityCacheDAO) -
Uses of CASSPClientAppDAO in org.apache.syncope.core.persistence.jpa.dao
Classes in org.apache.syncope.core.persistence.jpa.dao that implement CASSPClientAppDAO Modifier and Type Class Description classJPACASSPClientAppDAOFields in org.apache.syncope.core.persistence.jpa.dao declared as CASSPClientAppDAO Modifier and Type Field Description protected CASSPClientAppDAOJPAPolicyDAO. casSPClientAppDAOConstructors in org.apache.syncope.core.persistence.jpa.dao with parameters of type CASSPClientAppDAO Constructor Description JPAPolicyDAO(RealmDAO realmDAO, ExternalResourceDAO resourceDAO, CASSPClientAppDAO casSPClientAppDAO, OIDCRPClientAppDAO oidcRPClientAppDAO, SAML2SPClientAppDAO saml2SPClientAppDAO, EntityCacheDAO entityCacheDAO) -
Uses of CASSPClientAppDAO in org.apache.syncope.core.provisioning.java.pushpull
Fields in org.apache.syncope.core.provisioning.java.pushpull declared as CASSPClientAppDAO Modifier and Type Field Description protected CASSPClientAppDAODefaultRealmPullResultHandler. casSPClientAppDAO
-