Uses of Interface
org.apache.syncope.core.persistence.api.dao.AuthModuleDAO
-
-
Uses of AuthModuleDAO in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as AuthModuleDAO Modifier and Type Field Description protected AuthModuleDAOAuthModuleLogic. authModuleDAOMethods in org.apache.syncope.core.logic with parameters of type AuthModuleDAO Modifier and Type Method Description AuthModuleLogicAMLogicContext. authModuleLogic(AuthModuleDataBinder binder, AuthModuleDAO authModuleDAO)Constructors in org.apache.syncope.core.logic with parameters of type AuthModuleDAO Constructor Description AuthModuleLogic(AuthModuleDataBinder binder, AuthModuleDAO authModuleDAO) -
Uses of AuthModuleDAO in org.apache.syncope.core.persistence.jpa
Methods in org.apache.syncope.core.persistence.jpa that return AuthModuleDAO Modifier and Type Method Description AuthModuleDAOPersistenceContext. authModuleDAO(PolicyDAO policyDAO) -
Uses of AuthModuleDAO in org.apache.syncope.core.persistence.jpa.dao
Classes in org.apache.syncope.core.persistence.jpa.dao that implement AuthModuleDAO Modifier and Type Class Description classJPAAuthModuleDAO -
Uses of AuthModuleDAO in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java with parameters of type AuthModuleDAO Modifier and Type Method Description WAClientAppDataBinderProvisioningContext. waClientAppDataBinder(ClientAppDataBinder clientAppDataBinder, PolicyDataBinder policyDataBinder, AuthModuleDataBinder authModuleDataBinder, AuthModuleDAO authModuleDAO) -
Uses of AuthModuleDAO in org.apache.syncope.core.provisioning.java.data.wa
Fields in org.apache.syncope.core.provisioning.java.data.wa declared as AuthModuleDAO Modifier and Type Field Description protected AuthModuleDAOWAClientAppDataBinderImpl. authModuleDAOConstructors in org.apache.syncope.core.provisioning.java.data.wa with parameters of type AuthModuleDAO Constructor Description WAClientAppDataBinderImpl(ClientAppDataBinder clientAppDataBinder, PolicyDataBinder policyDataBinder, AuthModuleDataBinder authModuleDataBinder, AuthModuleDAO authModuleDAO)
-