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 SystemAuthenticatorSystemAuthenticatorDao. 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 SystemAuthenticatorISystemAuthenticatorDao. 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 SystemAuthenticatorAAuthenticatorConfig. systemAuthenticatorMethods in de.xima.fc.entities that return SystemAuthenticator Modifier and Type Method Description SystemAuthenticatorSystemAuthenticatorFile. getBaseEntity()SystemAuthenticatorAAuthenticatorConfig. getSystemAuthenticator()Methods in de.xima.fc.entities with parameters of type SystemAuthenticator Modifier and Type Method Description voidSystemAuthenticatorFile. setBaseEntity(SystemAuthenticator baseEntity)voidAAuthenticatorConfig. 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 StringExternalUserSystemBean.EntityListModelImpl. deleteEntity(SystemAuthenticator entity)voidExternalUserSystemBean.EntityListModelImpl. setSelected(SystemAuthenticator selected)Method parameters in de.xima.fc.gui.bean.settings with type arguments of type SystemAuthenticator Modifier and Type Method Description voidExternalUserSystemBean. setModel(IEntityListModelSelectByView<SystemAuthenticator> model) 
 -