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 SAML2SPClientAppDAOClientAppLogic. saml2SPClientAppDAOprotected SAML2SPClientAppDAORealmLogic. saml2SPClientAppDAOMethods in org.apache.syncope.core.logic with parameters of type SAML2SPClientAppDAO 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 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 SAML2SPClientAppDAOWAClientAppLogic. saml2SPClientAppDAOConstructors 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 SAML2SPClientAppDAOPersistenceContext. saml2SPClientAppDAO()Methods in org.apache.syncope.core.persistence.jpa with parameters of type SAML2SPClientAppDAO Modifier and Type Method Description PolicyDAOPersistenceContext. 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 classJPASAML2SPClientAppDAOFields in org.apache.syncope.core.persistence.jpa.dao declared as SAML2SPClientAppDAO Modifier and Type Field Description protected SAML2SPClientAppDAOJPAPolicyDAO. saml2SPClientAppDAOConstructors 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 SAML2SPClientAppDAODefaultRealmPullResultHandler. saml2SPClientAppDAO
-