Uses of Class
de.xima.fc.entities.ClientAuthenticator
-
Packages that use ClientAuthenticator 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.user de.xima.fc.mdl.auth.config.view -
-
Uses of ClientAuthenticator in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return ClientAuthenticator Modifier and Type Method Description ClientAuthenticator
ClientAuthenticatorDao. getByUuid(IEntityContext ec, Mandant client, UUID uuid)
Methods in de.xima.fc.dao.impl that return types with arguments of type ClientAuthenticator Modifier and Type Method Description protected IFCDaoActionHook<ClientAuthenticator>
ClientAuthenticatorDao. getPostActionHook()
-
Uses of ClientAuthenticator in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return ClientAuthenticator Modifier and Type Method Description ClientAuthenticator
IClientAuthenticatorDao. getByUuid(IEntityContext ec, Mandant client, UUID uuid)
-
Uses of ClientAuthenticator in de.xima.fc.entities
Fields in de.xima.fc.entities declared as ClientAuthenticator Modifier and Type Field Description protected ClientAuthenticator
AAuthenticatorConfig. clientAuthenticator
Methods in de.xima.fc.entities that return ClientAuthenticator Modifier and Type Method Description ClientAuthenticator
ClientAuthenticatorFile. getBaseEntity()
ClientAuthenticator
AAuthenticatorConfig. getClientAuthenticator()
Methods in de.xima.fc.entities with parameters of type ClientAuthenticator Modifier and Type Method Description void
ClientAuthenticatorFile. setBaseEntity(ClientAuthenticator baseEntity)
void
AAuthenticatorConfig. setClientAuthenticator(ClientAuthenticator clientAuthenticator)
-
Uses of ClientAuthenticator in de.xima.fc.gui.bean.user
Methods in de.xima.fc.gui.bean.user that return ClientAuthenticator Modifier and Type Method Description ClientAuthenticator
ExternalUserClientBean.EntityListModelImpl. getNew()
Methods in de.xima.fc.gui.bean.user that return types with arguments of type ClientAuthenticator Modifier and Type Method Description protected List<ClientAuthenticator>
ExternalUserClientBean.EntityListModelImpl. fetchAll()
IEntityListModelSelectByView<ClientAuthenticator>
ExternalUserClientBean. getModel()
Methods in de.xima.fc.gui.bean.user with parameters of type ClientAuthenticator Modifier and Type Method Description String
ExternalUserClientBean.EntityListModelImpl. deleteEntity(ClientAuthenticator entity)
void
ExternalUserClientBean.EntityListModelImpl. setSelected(ClientAuthenticator selected)
Method parameters in de.xima.fc.gui.bean.user with type arguments of type ClientAuthenticator Modifier and Type Method Description void
ExternalUserClientBean. setModel(IEntityListModelSelectByView<ClientAuthenticator> model)
-
Uses of ClientAuthenticator in de.xima.fc.mdl.auth.config.view
-