Uses of Interface
org.apache.syncope.core.persistence.api.dao.OIDCRPClientAppDAO
-
-
Uses of OIDCRPClientAppDAO in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as OIDCRPClientAppDAO Modifier and Type Field Description protected OIDCRPClientAppDAOClientAppLogic. oidcRPClientAppDAOprotected OIDCRPClientAppDAORealmLogic. oidcRPClientAppDAOMethods in org.apache.syncope.core.logic with parameters of type OIDCRPClientAppDAO 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 OIDCRPClientAppDAO 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 OIDCRPClientAppDAO in org.apache.syncope.core.logic.wa
Fields in org.apache.syncope.core.logic.wa declared as OIDCRPClientAppDAO Modifier and Type Field Description protected OIDCRPClientAppDAOWAClientAppLogic. oidcRPClientAppDAOConstructors in org.apache.syncope.core.logic.wa with parameters of type OIDCRPClientAppDAO Constructor Description WAClientAppLogic(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 OIDCRPClientAppDAO Modifier and Type Method Description OIDCRPClientAppDAOPersistenceContext. oidcRPClientAppDAO()Methods in org.apache.syncope.core.persistence.jpa with parameters of type OIDCRPClientAppDAO Modifier and Type Method Description PolicyDAOPersistenceContext. policyDAO(RealmDAO realmDAO, ExternalResourceDAO resourceDAO, CASSPClientAppDAO casSPClientAppDAO, OIDCRPClientAppDAO oidcRPClientAppDAO, SAML2SPClientAppDAO saml2SPClientAppDAO, EntityCacheDAO entityCacheDAO) -
Uses of OIDCRPClientAppDAO in org.apache.syncope.core.persistence.jpa.dao
Classes in org.apache.syncope.core.persistence.jpa.dao that implement OIDCRPClientAppDAO Modifier and Type Class Description classJPAOIDCRPClientAppDAOFields in org.apache.syncope.core.persistence.jpa.dao declared as OIDCRPClientAppDAO Modifier and Type Field Description protected OIDCRPClientAppDAOJPAPolicyDAO. oidcRPClientAppDAOConstructors in org.apache.syncope.core.persistence.jpa.dao with parameters of type OIDCRPClientAppDAO Constructor Description JPAPolicyDAO(RealmDAO realmDAO, ExternalResourceDAO resourceDAO, CASSPClientAppDAO casSPClientAppDAO, OIDCRPClientAppDAO oidcRPClientAppDAO, SAML2SPClientAppDAO saml2SPClientAppDAO, EntityCacheDAO entityCacheDAO) -
Uses of OIDCRPClientAppDAO in org.apache.syncope.core.provisioning.java.pushpull
Fields in org.apache.syncope.core.provisioning.java.pushpull declared as OIDCRPClientAppDAO Modifier and Type Field Description protected OIDCRPClientAppDAODefaultRealmPullResultHandler. oidcRPClientAppDAO
-