Uses of Interface
de.xima.fc.dao.interfaces.IUserProfileMfaDao
-
Packages that use IUserProfileMfaDao Package Description de.xima.fc.dao de.xima.fc.dao.impl -
-
Uses of IUserProfileMfaDao in de.xima.fc.dao
Fields in de.xima.fc.dao declared as IUserProfileMfaDao Modifier and Type Field Description static IUserProfileMfaDao
DaoProvider. USERPROFILEMFA_DAO
-
Uses of IUserProfileMfaDao in de.xima.fc.dao.impl
Classes in de.xima.fc.dao.impl that implement IUserProfileMfaDao Modifier and Type Class Description class
UserProfileMfaDao
Implementation of theIUserProfileMfaDao
for reading and writingUserProfileMfa
entities.
-