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 WorkflowStateAuthenticatorConfigWorkflowStateAuthenticatorConfig. 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 voidWorkflowState. 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 WorkflowStateAuthenticatorConfigAConfigViewModel. toWorkflowStateAuthenticatorConfig(WorkflowState state, Function<UUID,ClientAuthenticator> clientAuthDao, Function<UUID,SystemAuthenticator> systemAuthDao)WorkflowStateAuthenticatorConfigAnonymousConfigViewModel. toWorkflowStateAuthenticatorConfig(WorkflowState state, Function<UUID,ClientAuthenticator> clientAuthDao, Function<UUID,SystemAuthenticator> systemAuthDao)WorkflowStateAuthenticatorConfigBaseConfigViewModel. toWorkflowStateAuthenticatorConfig(WorkflowState state, Function<UUID,ClientAuthenticator> clientAuthDao, Function<UUID,SystemAuthenticator> systemAuthDao)WorkflowStateAuthenticatorConfigPasswordConfigViewModel. toWorkflowStateAuthenticatorConfig(WorkflowState state, Function<UUID,ClientAuthenticator> clientAuthDao, Function<UUID,SystemAuthenticator> systemAuthDao) 
 -