Uses of Class
de.xima.fc.entities.ClientAuthenticator
Packages that use ClientAuthenticator
Package
Description
Package for the API access of the model classes.
Package für Datenbankentitäten
-
Uses of ClientAuthenticator in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return ClientAuthenticatorModifier and TypeMethodDescriptionClientAuthenticatorAPI.getByCallback(UserContext uc, UUID callbackUuid) Finds the client authenticator by its callback UUID.ClientAuthenticatorAPI.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 ClientAuthenticatorModifier and TypeMethodDescriptionClientAuthenticatorDao.getByCallback(IEntityContext ec, UUID callbackUuid) ClientAuthenticatorDao.getByUuid(IEntityContext ec, Mandant client, UUID uuid) Methods in de.xima.fc.dao.impl that return types with arguments of type ClientAuthenticatorModifier and TypeMethodDescriptionprotected IFCDaoActionHook<ClientAuthenticator>ClientAuthenticatorDao.getPostActionHook()protected IFCDaoActionHook<ClientAuthenticator>ClientAuthenticatorDao.getPreActionHook()Methods in de.xima.fc.dao.impl with parameters of type ClientAuthenticatorModifier and TypeMethodDescriptionClientAuthenticatorDao.findUniqueName(IEntityContext ec, String candidate, Mandant client, ClientAuthenticator exclude) ClientAuthenticatorDao.getEntityRefs(IEntityContext ec, ClientAuthenticator authenticator) -
Uses of ClientAuthenticator in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return ClientAuthenticatorModifier and TypeMethodDescriptionIClientAuthenticatorDao.getByCallback(IEntityContext ec, UUID callbackUuid) Finds the client authenticator by its callback UUID.IClientAuthenticatorDao.getByUuid(IEntityContext ec, Mandant client, UUID uuid) Methods in de.xima.fc.dao.interfaces with parameters of type ClientAuthenticatorModifier and TypeMethodDescriptionIClientAuthenticatorDao.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 ClientAuthenticatorModifier and TypeFieldDescriptionprotected ClientAuthenticatorAAuthenticatorConfig.clientAuthenticatorMethods in de.xima.fc.entities that return ClientAuthenticatorModifier and TypeMethodDescriptionClientAuthenticatorFile.getBaseEntity()AAuthenticatorConfig.getClientAuthenticator()IndirectClientAuthorization.getClientAuthenticator()Methods in de.xima.fc.entities with parameters of type ClientAuthenticatorModifier and TypeMethodDescriptionvoidClientAuthenticatorFile.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 ClientAuthenticatorModifier and TypeMethodDescriptionprotected ClientAuthenticatorExternalUserClientBean.save(IEntityContext ec, ClientAuthenticator authenticator) Methods in de.xima.fc.gui.bean.user that return types with arguments of type ClientAuthenticatorModifier and TypeMethodDescriptionprotected IGenericDao<ClientAuthenticator>ExternalUserClientBean.getDao()Methods in de.xima.fc.gui.bean.user with parameters of type ClientAuthenticatorModifier and TypeMethodDescriptionprotected 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 ClientAuthenticatorModifier and TypeMethodDescriptionClientAuthenticatorHandler.getByCallback(UserContext uc, UUID callbackUuid) ClientAuthenticatorHandler.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 ClientAuthenticatorModifier and TypeMethodDescriptionIClientAuthenticatorHandler.getByCallback(UserContext uc, UUID callbackUuid) Finds the client authenticator by its callback UUID.IClientAuthenticatorHandler.getByUuid(UserContext uc, Mandant client, UUID uuid) -
Uses of ClientAuthenticator in de.xima.fc.mdl.auth.config.view
Method parameters in de.xima.fc.mdl.auth.config.view with type arguments of type ClientAuthenticatorModifier and TypeMethodDescriptionabstract WorkflowStateAuthenticatorConfigAConfigViewModel.toWorkflowStateAuthenticatorConfig(WorkflowState state, Function<UUID, ClientAuthenticator> clientAuthDao, Function<UUID, SystemAuthenticator> systemAuthDao) AnonymousConfigViewModel.toWorkflowStateAuthenticatorConfig(WorkflowState state, Function<UUID, ClientAuthenticator> clientAuthDao, Function<UUID, SystemAuthenticator> systemAuthDao) BaseConfigViewModel.toWorkflowStateAuthenticatorConfig(WorkflowState state, Function<UUID, ClientAuthenticator> clientAuthDao, Function<UUID, SystemAuthenticator> systemAuthDao) PasswordConfigViewModel.toWorkflowStateAuthenticatorConfig(WorkflowState state, Function<UUID, ClientAuthenticator> clientAuthDao, Function<UUID, SystemAuthenticator> systemAuthDao) -
Uses of ClientAuthenticator in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return ClientAuthenticatorModifier and TypeMethodDescriptionstatic ClientAuthenticatorEntityDummyFactory.dummyClientAuthenticator(String name, EAuthClientType clientType, Mandant client) Methods in de.xima.fc.testhelper with parameters of type ClientAuthenticatorModifier and TypeMethodDescriptionstatic ClientAuthenticatorFileEntityDummyFactory.dummyClientAuthenticatorFile(String filename, byte[] data, ClientAuthenticator auth)
IndirectClientAuthorization.setAuthenticator(IAuthenticator)instead.