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 OIDCRPClientAppDAO
ClientAppLogic. oidcRPClientAppDAO
protected OIDCRPClientAppDAO
RealmLogic. oidcRPClientAppDAO
Methods in org.apache.syncope.core.logic with parameters of type OIDCRPClientAppDAO Modifier and Type Method Description ClientAppLogic
AMLogicContext. clientAppLogic(ServiceOps serviceOps, ClientAppUtilsFactory clientAppUtilsFactory, ClientAppDataBinder binder, CASSPClientAppDAO casSPClientAppDAO, OIDCRPClientAppDAO oidcRPClientAppDAO, SAML2SPClientAppDAO saml2SPClientAppDAO)
RealmLogic
IdRepoLogicContext. realmLogic(RealmDataBinder binder, RealmDAO realmDAO, AnySearchDAO anySearchDAO, TaskDAO taskDAO, CASSPClientAppDAO casSPClientAppDAO, OIDCRPClientAppDAO oidcRPClientAppDAO, SAML2SPClientAppDAO saml2SPClientAppDAO, PropagationManager propagationManager, PropagationTaskExecutor taskExecutor)
WAClientAppLogic
AMLogicContext. 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 OIDCRPClientAppDAO
WAClientAppLogic. oidcRPClientAppDAO
Constructors 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 OIDCRPClientAppDAO
PersistenceContext. oidcRPClientAppDAO()
Methods in org.apache.syncope.core.persistence.jpa with parameters of type OIDCRPClientAppDAO Modifier and Type Method Description PolicyDAO
PersistenceContext. 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 class
JPAOIDCRPClientAppDAO
Fields in org.apache.syncope.core.persistence.jpa.dao declared as OIDCRPClientAppDAO Modifier and Type Field Description protected OIDCRPClientAppDAO
JPAPolicyDAO. oidcRPClientAppDAO
Constructors 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 OIDCRPClientAppDAO
DefaultRealmPullResultHandler. oidcRPClientAppDAO
-