Uses of Class
de.xima.fc.entities.WorkflowStateAuthenticatorConfig
-
Packages that use WorkflowStateAuthenticatorConfig Package Description de.xima.fc.entities Package für Datenbankentitätende.xima.fc.mdl.auth.config.view -
-
Uses of WorkflowStateAuthenticatorConfig in de.xima.fc.entities
Methods in de.xima.fc.entities that return WorkflowStateAuthenticatorConfig Modifier and Type Method Description WorkflowStateAuthenticatorConfig
WorkflowStateAuthenticatorConfig. cloneBasics()
Methods in de.xima.fc.entities that return types with arguments of type WorkflowStateAuthenticatorConfig Modifier and Type Method Description List<WorkflowStateAuthenticatorConfig>
WorkflowState. getAuthenticatorConfigs()
Method parameters in de.xima.fc.entities with type arguments of type WorkflowStateAuthenticatorConfig Modifier and Type Method Description void
WorkflowState. 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 WorkflowStateAuthenticatorConfig Modifier and Type Method Description abstract WorkflowStateAuthenticatorConfig
AConfigViewModel. toWorkflowStateAuthenticatorConfig(WorkflowState state, Function<UUID,ClientAuthenticator> clientAuthDao, Function<UUID,SystemAuthenticator> systemAuthDao)
WorkflowStateAuthenticatorConfig
AnonymousConfigViewModel. toWorkflowStateAuthenticatorConfig(WorkflowState state, Function<UUID,ClientAuthenticator> clientAuthDao, Function<UUID,SystemAuthenticator> systemAuthDao)
WorkflowStateAuthenticatorConfig
BaseConfigViewModel. toWorkflowStateAuthenticatorConfig(WorkflowState state, Function<UUID,ClientAuthenticator> clientAuthDao, Function<UUID,SystemAuthenticator> systemAuthDao)
WorkflowStateAuthenticatorConfig
PasswordConfigViewModel. toWorkflowStateAuthenticatorConfig(WorkflowState state, Function<UUID,ClientAuthenticator> clientAuthDao, Function<UUID,SystemAuthenticator> systemAuthDao)
-