Uses of Class
de.xima.fc.entities.ClientAuthenticator
-
Packages that use ClientAuthenticator Package Description de.xima.fc.api.entity Package for the API access of the model classes.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.handler.entity de.xima.fc.handler.interfaces.entity de.xima.fc.mdl.auth.config.view de.xima.fc.testhelper -
-
Uses of ClientAuthenticator in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return ClientAuthenticator Modifier and Type Method Description ClientAuthenticatorClientAuthenticatorAPI. getByCallback(UserContext uc, UUID callbackUuid)Finds the client authenticator by its callback UUID.ClientAuthenticatorClientAuthenticatorAPI. getByUuid(UserContext uc, Mandant client, UUID uuid) -
Uses of ClientAuthenticator in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return ClientAuthenticator Modifier and Type Method Description ClientAuthenticatorClientAuthenticatorDao. getByCallback(IEntityContext ec, UUID callbackUuid)ClientAuthenticatorClientAuthenticatorDao. 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()protected IFCDaoActionHook<ClientAuthenticator>ClientAuthenticatorDao. getPreActionHook()Methods in de.xima.fc.dao.impl with parameters of type ClientAuthenticator Modifier and Type Method Description StringClientAuthenticatorDao. findUniqueName(IEntityContext ec, String candidate, Mandant client, ClientAuthenticator exclude)Set<de.xima.cmn.dao.interfaces.IEntity<Long>>ClientAuthenticatorDao. getEntityRefs(IEntityContext ec, ClientAuthenticator authenticator) -
Uses of ClientAuthenticator in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return ClientAuthenticator Modifier and Type Method Description ClientAuthenticatorIClientAuthenticatorDao. getByCallback(IEntityContext ec, UUID callbackUuid)Finds the client authenticator by its callback UUID.ClientAuthenticatorIClientAuthenticatorDao. getByUuid(IEntityContext ec, Mandant client, UUID uuid)Methods in de.xima.fc.dao.interfaces with parameters of type ClientAuthenticator Modifier and Type Method Description StringIClientAuthenticatorDao. findUniqueName(IEntityContext ec, String candidate, Mandant client, ClientAuthenticator exclude)Returns a name that is not taken by anotherClientAuthenticatorin the given client. -
Uses of ClientAuthenticator in de.xima.fc.entities
Fields in de.xima.fc.entities declared as ClientAuthenticator Modifier and Type Field Description protected ClientAuthenticatorAAuthenticatorConfig. clientAuthenticatorMethods in de.xima.fc.entities that return ClientAuthenticator Modifier and Type Method Description ClientAuthenticatorClientAuthenticatorFile. getBaseEntity()ClientAuthenticatorAAuthenticatorConfig. getClientAuthenticator()ClientAuthenticatorIndirectClientAuthorization. getClientAuthenticator()Methods in de.xima.fc.entities with parameters of type ClientAuthenticator Modifier and Type Method Description voidClientAuthenticatorFile. setBaseEntity(ClientAuthenticator baseEntity)voidAAuthenticatorConfig. setClientAuthenticator(ClientAuthenticator clientAuthenticator)voidIndirectClientAuthorization. setClientAuthenticator(ClientAuthenticator clientAuthenticator)Deprecated. -
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 protected ClientAuthenticatorExternalUserClientBean. save(IEntityContext ec, ClientAuthenticator authenticator)Methods in de.xima.fc.gui.bean.user that return types with arguments of type ClientAuthenticator Modifier and Type Method Description protected IGenericDao<ClientAuthenticator>ExternalUserClientBean. getDao()Methods in de.xima.fc.gui.bean.user with parameters of type ClientAuthenticator Modifier and Type Method Description protected voidExternalUserClientBean. initNewSamlProps(ClientAuthenticator authenticator)protected ClientAuthenticatorExternalUserClientBean. save(IEntityContext ec, ClientAuthenticator authenticator) -
Uses of ClientAuthenticator in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return ClientAuthenticator Modifier and Type Method Description ClientAuthenticatorClientAuthenticatorHandler. getByCallback(UserContext uc, UUID callbackUuid)ClientAuthenticatorClientAuthenticatorHandler. getByUuid(UserContext uc, Mandant client, UUID uuid) -
Uses of ClientAuthenticator in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return ClientAuthenticator Modifier and Type Method Description ClientAuthenticatorIClientAuthenticatorHandler. getByCallback(UserContext uc, UUID callbackUuid)Finds the client authenticator by its callback UUID.ClientAuthenticatorIClientAuthenticatorHandler. getByUuid(UserContext uc, Mandant client, UUID uuid) -
Uses of ClientAuthenticator in de.xima.fc.mdl.auth.config.view
-
Uses of ClientAuthenticator in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return ClientAuthenticator Modifier and Type Method Description static ClientAuthenticatorEntityDummyFactory. dummyClientAuthenticator(String name, EAuthClientType clientType, Mandant client)Methods in de.xima.fc.testhelper with parameters of type ClientAuthenticator Modifier and Type Method Description static ClientAuthenticatorFileEntityDummyFactory. dummyClientAuthenticatorFile(String filename, byte[] data, ClientAuthenticator auth)
-