Uses of Interface
org.apache.syncope.core.persistence.api.dao.AuthProfileDAO
-
Packages that use AuthProfileDAO Package Description org.apache.syncope.core.logic org.apache.syncope.core.logic.wa org.apache.syncope.core.persistence.jpa org.apache.syncope.core.persistence.jpa.dao -
-
Uses of AuthProfileDAO in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as AuthProfileDAO Modifier and Type Field Description protected AuthProfileDAO
AbstractAuthProfileLogic. authProfileDAO
Constructors in org.apache.syncope.core.logic with parameters of type AuthProfileDAO Constructor Description AbstractAuthProfileLogic(AuthProfileDAO authProfileDAO, AuthProfileDataBinder binder)
AuthProfileLogic(AuthProfileDAO authProfileDAO, AuthProfileDataBinder binder)
-
Uses of AuthProfileDAO in org.apache.syncope.core.logic.wa
Constructors in org.apache.syncope.core.logic.wa with parameters of type AuthProfileDAO Constructor Description GoogleMfaAuthAccountLogic(EntityFactory entityFactory, AuthProfileDAO authProfileDAO, AuthProfileDataBinder binder)
GoogleMfaAuthTokenLogic(EntityFactory entityFactory, AuthProfileDAO authProfileDAO, AuthProfileDataBinder binder)
ImpersonationLogic(EntityFactory entityFactory, AuthProfileDAO authProfileDAO, AuthProfileDataBinder binder)
MfaTrusStorageLogic(EntityFactory entityFactory, AuthProfileDAO authProfileDAO, AuthProfileDataBinder binder)
U2FRegistrationLogic(EntityFactory entityFactory, AuthProfileDAO authProfileDAO, AuthProfileDataBinder binder)
WebAuthnRegistrationLogic(EntityFactory entityFactory, AuthProfileDAO authProfileDAO, AuthProfileDataBinder binder)
-
Uses of AuthProfileDAO in org.apache.syncope.core.persistence.jpa
Methods in org.apache.syncope.core.persistence.jpa that return AuthProfileDAO Modifier and Type Method Description AuthProfileDAO
PersistenceContext. authProfileDAO()
-
Uses of AuthProfileDAO in org.apache.syncope.core.persistence.jpa.dao
Classes in org.apache.syncope.core.persistence.jpa.dao that implement AuthProfileDAO Modifier and Type Class Description class
JPAAuthProfileDAO
-