Uses of Interface
de.xima.fc.dao.interfaces.ISystemAuthenticatorDao
-
Packages that use ISystemAuthenticatorDao Package Description de.xima.fc.dao de.xima.fc.dao.impl -
-
Uses of ISystemAuthenticatorDao in de.xima.fc.dao
Fields in de.xima.fc.dao declared as ISystemAuthenticatorDao Modifier and Type Field Description static ISystemAuthenticatorDao
DaoProvider. SYSTEMAUTHENTICATOR_DAO
-
Uses of ISystemAuthenticatorDao in de.xima.fc.dao.impl
Classes in de.xima.fc.dao.impl that implement ISystemAuthenticatorDao Modifier and Type Class Description class
SystemAuthenticatorDao
The default implementation ofISystemAuthenticatorDao
that can be accessed viaDaoProvider
.
-