Uses of Interface
org.apache.syncope.core.persistence.api.dao.AuthProfileDAO
Packages that use AuthProfileDAO
Package
Description
-
Uses of AuthProfileDAO in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as AuthProfileDAOModifier and TypeFieldDescriptionprotected final AuthProfileDAOAbstractAuthProfileLogic.authProfileDAOMethods in org.apache.syncope.core.logic with parameters of type AuthProfileDAOModifier and TypeMethodDescriptionAMLogicContext.authProfileLogic(AuthProfileDataBinder authProfileDataBinder, AuthProfileDAO authProfileDAO, EntityFactory entityFactory) AMLogicContext.googleMfaAuthAccountLogic(AuthProfileDataBinder authProfileDataBinder, AuthProfileDAO authProfileDAO, EntityFactory entityFactory) AMLogicContext.googleMfaAuthTokenLogic(AuthProfileDataBinder authProfileDataBinder, AuthProfileDAO authProfileDAO, EntityFactory entityFactory) AMLogicContext.impersonationLogic(AuthProfileDataBinder authProfileDataBinder, AuthProfileDAO authProfileDAO, EntityFactory entityFactory) AMLogicContext.mfaTrusStorageLogic(AuthProfileDataBinder authProfileDataBinder, AuthProfileDAO authProfileDAO, EntityFactory entityFactory) AMLogicContext.webAuthnRegistrationLogic(AuthProfileDataBinder authProfileDataBinder, AuthProfileDAO authProfileDAO, EntityFactory entityFactory) Constructors in org.apache.syncope.core.logic with parameters of type AuthProfileDAOModifierConstructorDescriptionAbstractAuthProfileLogic(AuthProfileDataBinder binder, AuthProfileDAO authProfileDAO, EntityFactory entityFactory) AuthProfileLogic(AuthProfileDataBinder binder, AuthProfileDAO authProfileDAO, EntityFactory entityFactory) -
Uses of AuthProfileDAO in org.apache.syncope.core.logic.wa
Constructors in org.apache.syncope.core.logic.wa with parameters of type AuthProfileDAOModifierConstructorDescriptionGoogleMfaAuthAccountLogic(AuthProfileDataBinder binder, AuthProfileDAO authProfileDAO, EntityFactory entityFactory) GoogleMfaAuthTokenLogic(AuthProfileDataBinder binder, AuthProfileDAO authProfileDAO, EntityFactory entityFactory) ImpersonationLogic(AuthProfileDataBinder binder, AuthProfileDAO authProfileDAO, EntityFactory entityFactory) MfaTrusStorageLogic(AuthProfileDataBinder binder, AuthProfileDAO authProfileDAO, EntityFactory entityFactory) WebAuthnRegistrationLogic(AuthProfileDataBinder binder, AuthProfileDAO authProfileDAO, EntityFactory entityFactory) -
Uses of AuthProfileDAO in org.apache.syncope.core.persistence.jpa
Methods in org.apache.syncope.core.persistence.jpa that return AuthProfileDAOModifier and TypeMethodDescriptionPersistenceContext.authProfileDAO(org.springframework.data.jpa.repository.support.JpaRepositoryFactory jpaRepositoryFactory) -
Uses of AuthProfileDAO in org.apache.syncope.core.persistence.jpa.dao.repo
Subinterfaces of AuthProfileDAO in org.apache.syncope.core.persistence.jpa.dao.repo -
Uses of AuthProfileDAO in org.apache.syncope.core.persistence.neo4j
Methods in org.apache.syncope.core.persistence.neo4j that return AuthProfileDAOModifier and TypeMethodDescriptionPersistenceContext.authProfileDAO(SyncopeNeo4jRepositoryFactory neo4jRepositoryFactory, AuthProfileRepoExt authProfileRepoExt) -
Uses of AuthProfileDAO in org.apache.syncope.core.persistence.neo4j.dao.repo
Subinterfaces of AuthProfileDAO in org.apache.syncope.core.persistence.neo4j.dao.repo