Uses of Class
de.xima.fc.entities.SystemAuthenticator
-
Packages that use SystemAuthenticator Package Description de.xima.fc.dao.impl de.xima.fc.dao.interfaces de.xima.fc.entities Package für Datenbankentitätende.xima.fc.gui.bean.settings -
-
Uses of SystemAuthenticator in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return SystemAuthenticator Modifier and Type Method Description SystemAuthenticator
SystemAuthenticatorDao. getByUuid(IEntityContext ec, UUID uuid)
-
Uses of SystemAuthenticator in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return SystemAuthenticator Modifier and Type Method Description SystemAuthenticator
ISystemAuthenticatorDao. getByUuid(IEntityContext ec, UUID uuid)
-
Uses of SystemAuthenticator in de.xima.fc.entities
Fields in de.xima.fc.entities declared as SystemAuthenticator Modifier and Type Field Description protected SystemAuthenticator
AAuthenticatorConfig. systemAuthenticator
Methods in de.xima.fc.entities that return SystemAuthenticator Modifier and Type Method Description SystemAuthenticator
SystemAuthenticatorFile. getBaseEntity()
SystemAuthenticator
AAuthenticatorConfig. getSystemAuthenticator()
Methods in de.xima.fc.entities with parameters of type SystemAuthenticator Modifier and Type Method Description void
SystemAuthenticatorFile. setBaseEntity(SystemAuthenticator baseEntity)
void
AAuthenticatorConfig. setSystemAuthenticator(SystemAuthenticator systemAuthenticator)
-
Uses of SystemAuthenticator in de.xima.fc.gui.bean.settings
Methods in de.xima.fc.gui.bean.settings that return types with arguments of type SystemAuthenticator Modifier and Type Method Description protected List<SystemAuthenticator>
ExternalUserSystemBean.EntityListModelImpl. fetchAll()
IEntityListModelSelectByView<SystemAuthenticator>
ExternalUserSystemBean. getModel()
Methods in de.xima.fc.gui.bean.settings with parameters of type SystemAuthenticator Modifier and Type Method Description String
ExternalUserSystemBean.EntityListModelImpl. deleteEntity(SystemAuthenticator entity)
void
ExternalUserSystemBean.EntityListModelImpl. setSelected(SystemAuthenticator selected)
Method parameters in de.xima.fc.gui.bean.settings with type arguments of type SystemAuthenticator Modifier and Type Method Description void
ExternalUserSystemBean. setModel(IEntityListModelSelectByView<SystemAuthenticator> model)
-