Uses of Interface
org.apache.syncope.core.persistence.api.dao.AuthModuleDAO
Packages that use AuthModuleDAO
Package
Description
-
Uses of AuthModuleDAO in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as AuthModuleDAOMethods in org.apache.syncope.core.logic with parameters of type AuthModuleDAOModifier and TypeMethodDescriptionAMLogicContext.authModuleLogic(AuthModuleDataBinder binder, AuthModuleDAO authModuleDAO) Constructors in org.apache.syncope.core.logic with parameters of type AuthModuleDAOModifierConstructorDescriptionAuthModuleLogic(AuthModuleDataBinder binder, AuthModuleDAO authModuleDAO) -
Uses of AuthModuleDAO in org.apache.syncope.core.persistence.jpa
Methods in org.apache.syncope.core.persistence.jpa that return AuthModuleDAOModifier and TypeMethodDescriptionPersistenceContext.authModuleDAO(org.springframework.data.jpa.repository.support.JpaRepositoryFactory jpaRepositoryFactory, AuthModuleRepoExt authModuleRepoExt) -
Uses of AuthModuleDAO in org.apache.syncope.core.persistence.jpa.dao.repo
Subinterfaces of AuthModuleDAO in org.apache.syncope.core.persistence.jpa.dao.repo -
Uses of AuthModuleDAO in org.apache.syncope.core.persistence.neo4j
Methods in org.apache.syncope.core.persistence.neo4j that return AuthModuleDAOModifier and TypeMethodDescriptionPersistenceContext.authModuleDAO(SyncopeNeo4jRepositoryFactory neo4jRepositoryFactory, AuthModuleRepoExt authModuleRepoExt) -
Uses of AuthModuleDAO in org.apache.syncope.core.persistence.neo4j.dao.repo
Subinterfaces of AuthModuleDAO in org.apache.syncope.core.persistence.neo4j.dao.repo -
Uses of AuthModuleDAO in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java with parameters of type AuthModuleDAOModifier and TypeMethodDescriptionProvisioningContext.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 AuthModuleDAOModifier and TypeFieldDescriptionprotected final AuthModuleDAOWAClientAppDataBinderImpl.authModuleDAOConstructors in org.apache.syncope.core.provisioning.java.data.wa with parameters of type AuthModuleDAOModifierConstructorDescriptionWAClientAppDataBinderImpl(ClientAppDataBinder clientAppDataBinder, PolicyDataBinder policyDataBinder, AuthModuleDataBinder authModuleDataBinder, AuthModuleDAO authModuleDAO)