Uses of Interface
org.apache.syncope.core.persistence.api.dao.WAConfigDAO
-
-
Uses of WAConfigDAO in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as WAConfigDAO Modifier and Type Field Description protected WAConfigDAOOIDCJWKSLogic. waConfigDAOMethods in org.apache.syncope.core.logic with parameters of type WAConfigDAO Modifier and Type Method Description OIDCJWKSLogicAMLogicContext. oidcJWKSLogic(OIDCJWKSDataBinder oidcJWKSDataBinder, OIDCJWKSDAO oidcJWKSDAO, WAConfigDAO waConfigDAO, EntityFactory entityFactory)WAConfigLogicAMLogicContext. waConfigLogic(ServiceOps serviceOps, SecurityProperties securityProperties, WAConfigDataBinder binder, WAConfigDAO waConfigDAO)Constructors in org.apache.syncope.core.logic with parameters of type WAConfigDAO Constructor Description OIDCJWKSLogic(OIDCJWKSDataBinder binder, OIDCJWKSDAO oidcJWKSDAO, WAConfigDAO waConfigDAO, EntityFactory entityFactory) -
Uses of WAConfigDAO in org.apache.syncope.core.logic.wa
Fields in org.apache.syncope.core.logic.wa declared as WAConfigDAO Modifier and Type Field Description protected WAConfigDAOWAConfigLogic. waConfigDAOConstructors in org.apache.syncope.core.logic.wa with parameters of type WAConfigDAO Constructor Description WAConfigLogic(ServiceOps serviceOps, WAConfigDataBinder binder, WAConfigDAO waConfigDAO, SecurityProperties securityProperties) -
Uses of WAConfigDAO in org.apache.syncope.core.persistence.jpa
Methods in org.apache.syncope.core.persistence.jpa that return WAConfigDAO Modifier and Type Method Description WAConfigDAOPersistenceContext. waConfigDAO() -
Uses of WAConfigDAO in org.apache.syncope.core.persistence.jpa.dao
Classes in org.apache.syncope.core.persistence.jpa.dao that implement WAConfigDAO Modifier and Type Class Description classJPAWAConfigDAO -
Uses of WAConfigDAO in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java with parameters of type WAConfigDAO Modifier and Type Method Description WAConfigDataBinderProvisioningContext. waConfigDataBinder(WAConfigDAO waConfigDAO, EntityFactory entityFactory) -
Uses of WAConfigDAO in org.apache.syncope.core.provisioning.java.data
Fields in org.apache.syncope.core.provisioning.java.data declared as WAConfigDAO Modifier and Type Field Description protected WAConfigDAOWAConfigDataBinderImpl. waConfigDAOConstructors in org.apache.syncope.core.provisioning.java.data with parameters of type WAConfigDAO Constructor Description WAConfigDataBinderImpl(WAConfigDAO waConfigDAO, EntityFactory entityFactory)
-