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.entities
Methods in de.xima.fc.entities that return WorkflowStateAuthenticatorConfigMethods in de.xima.fc.entities that return types with arguments of type WorkflowStateAuthenticatorConfigMethod 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) PasswordConfigViewModel.toWorkflowStateAuthenticatorConfig(WorkflowState state, Function<UUID, ClientAuthenticator> clientAuthDao, Function<UUID, SystemAuthenticator> systemAuthDao)