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
Subclasses with type arguments of type ClientAuthenticator in de.xima.fc.api.entityMethods 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
Subclasses with type arguments of type ClientAuthenticator in de.xima.fc.dao.implModifier and TypeClassDescriptionclassThe default implementation ofIClientAuthenticatorDaothat can be accessed viaDaoProvider.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
Subinterfaces with type arguments of type ClientAuthenticator in de.xima.fc.dao.interfacesMethods 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
Subclasses with type arguments of type ClientAuthenticator in de.xima.fc.entitiesModifier and TypeClassDescriptionclassclassImplementation of the localizations forClientAuthenticatorentities.Classes in de.xima.fc.entities that implement interfaces with type arguments of type ClientAuthenticatorModifier and TypeClassDescriptionclassEntity model for user authenticators inMandantscopeclassFields 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()UserIdentity.getClientAuthenticator()Deprecated.UserRefreshToken.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.voidUserIdentity.setClientAuthenticator(ClientAuthenticator clientAuthenticator) Deprecated.voidUserRefreshToken.setClientAuthenticator(ClientAuthenticator clientAuthenticator) -
Uses of ClientAuthenticator in de.xima.fc.gui.bean.user
Subclasses with type arguments of type ClientAuthenticator in de.xima.fc.gui.bean.userMethods 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.gui.validator.name
Subclasses with type arguments of type ClientAuthenticator in de.xima.fc.gui.validator.name -
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) GeneratedPasswordConfigViewModel.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)
UserIdentity.getClientDescriptor()andIClientDescriptor.getAuthenticator()instead.