Uses of Interface
org.apache.syncope.core.persistence.api.dao.SAML2SPClientAppDAO
-
-
Uses of SAML2SPClientAppDAO in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as SAML2SPClientAppDAO Modifier and Type Field Description protected SAML2SPClientAppDAO
ClientAppLogic. saml2SPClientAppDAO
protected SAML2SPClientAppDAO
RealmLogic. saml2SPClientAppDAO
Methods in org.apache.syncope.core.logic with parameters of type SAML2SPClientAppDAO 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 SAML2SPClientAppDAO 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 SAML2SPClientAppDAO in org.apache.syncope.core.logic.wa
Fields in org.apache.syncope.core.logic.wa declared as SAML2SPClientAppDAO Modifier and Type Field Description protected SAML2SPClientAppDAO
WAClientAppLogic. saml2SPClientAppDAO
Constructors in org.apache.syncope.core.logic.wa with parameters of type SAML2SPClientAppDAO Constructor Description WAClientAppLogic(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 SAML2SPClientAppDAO Modifier and Type Method Description SAML2SPClientAppDAO
PersistenceContext. saml2SPClientAppDAO()
Methods in org.apache.syncope.core.persistence.jpa with parameters of type SAML2SPClientAppDAO Modifier and Type Method Description PolicyDAO
PersistenceContext. policyDAO(RealmDAO realmDAO, ExternalResourceDAO resourceDAO, CASSPClientAppDAO casSPClientAppDAO, OIDCRPClientAppDAO oidcRPClientAppDAO, SAML2SPClientAppDAO saml2SPClientAppDAO, EntityCacheDAO entityCacheDAO)
-
Uses of SAML2SPClientAppDAO in org.apache.syncope.core.persistence.jpa.dao
Classes in org.apache.syncope.core.persistence.jpa.dao that implement SAML2SPClientAppDAO Modifier and Type Class Description class
JPASAML2SPClientAppDAO
Fields in org.apache.syncope.core.persistence.jpa.dao declared as SAML2SPClientAppDAO Modifier and Type Field Description protected SAML2SPClientAppDAO
JPAPolicyDAO. saml2SPClientAppDAO
Constructors in org.apache.syncope.core.persistence.jpa.dao with parameters of type SAML2SPClientAppDAO Constructor Description JPAPolicyDAO(RealmDAO realmDAO, ExternalResourceDAO resourceDAO, CASSPClientAppDAO casSPClientAppDAO, OIDCRPClientAppDAO oidcRPClientAppDAO, SAML2SPClientAppDAO saml2SPClientAppDAO, EntityCacheDAO entityCacheDAO)
-
Uses of SAML2SPClientAppDAO in org.apache.syncope.core.provisioning.java.pushpull
Fields in org.apache.syncope.core.provisioning.java.pushpull declared as SAML2SPClientAppDAO Modifier and Type Field Description protected SAML2SPClientAppDAO
DefaultRealmPullResultHandler. saml2SPClientAppDAO
-