Uses of Class
de.xima.fc.entities.WorkflowStateAuthenticatorConfig
Packages that use WorkflowStateAuthenticatorConfig
Package
Description
Package für Datenbankentitäten
-
Uses of WorkflowStateAuthenticatorConfig in de.xima.fc.dao.impl
Subclasses with type arguments of type WorkflowStateAuthenticatorConfig in de.xima.fc.dao.implModifier and TypeClassDescriptionclassThe default implementation ofIWorkflowStateAuthenticatorConfigDaothat can be accessed viaDaoProvider. -
Uses of WorkflowStateAuthenticatorConfig in de.xima.fc.dao.interfaces
Subinterfaces with type arguments of type WorkflowStateAuthenticatorConfig in de.xima.fc.dao.interfacesModifier and TypeInterfaceDescriptioninterfaceData access object for creating, updating, and deletingWorkflowStateAuthenticatorConfigentities. -
Uses of WorkflowStateAuthenticatorConfig in de.xima.fc.entities
Methods in de.xima.fc.entities that return WorkflowStateAuthenticatorConfigMethods in de.xima.fc.entities that return types with arguments of type WorkflowStateAuthenticatorConfigMethods in de.xima.fc.entities with parameters of type WorkflowStateAuthenticatorConfigModifier and TypeMethodDescriptionvoidWorkflowState.addAuthenticatorConfig(WorkflowStateAuthenticatorConfig authenticatorConfig) Method parameters in de.xima.fc.entities with type arguments of type WorkflowStateAuthenticatorConfigModifier and TypeMethodDescriptionvoidWorkflowState.setAuthenticatorConfigs(List<WorkflowStateAuthenticatorConfig> authenticatorConfigs) -
Uses of WorkflowStateAuthenticatorConfig in de.xima.fc.mdl.auth.config.view
Methods in de.xima.fc.mdl.auth.config.view that return WorkflowStateAuthenticatorConfigModifier 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 WorkflowStateAuthenticatorConfig in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return WorkflowStateAuthenticatorConfigModifier and TypeMethodDescriptionEntityDummyFactory.dummyWorkflowStateAuthenticatorConfig(WorkflowState state, EAuthClientType clientType)