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 AuthModuleDAO
AuthModuleLogic. authModuleDAO
Methods in org.apache.syncope.core.logic with parameters of type AuthModuleDAO Modifier and Type Method Description AuthModuleLogic
AMLogicContext. 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 AuthModuleDAO
PersistenceContext. 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 class
JPAAuthModuleDAO
-
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 WAClientAppDataBinder
ProvisioningContext. 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 AuthModuleDAO
WAClientAppDataBinderImpl. authModuleDAO
Constructors 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)
-