Uses of Class
de.xima.fc.mdl.auth.config.view.BaseConfigViewModel
- 
- 
Uses of BaseConfigViewModel in de.xima.fc.interfaces.workflow
Methods in de.xima.fc.interfaces.workflow that return types with arguments of type BaseConfigViewModel Modifier and Type Method Description List<BaseConfigViewModel>IWorkflowProvider. getNonOrderableAuthenticatorConfigs()List<BaseConfigViewModel>IWorkflowProvider. getOrderableAuthenticatorConfigs() - 
Uses of BaseConfigViewModel in de.xima.fc.mdl.auth.config.view
Methods in de.xima.fc.mdl.auth.config.view that return BaseConfigViewModel Modifier and Type Method Description static BaseConfigViewModelBaseConfigViewModel. emptyTypeAuthenticatorConfig(EAuthClientType authenticatorType, Locale locale)static BaseConfigViewModelBaseConfigViewModel. forAuth(IAuthenticator<?> authenticator)static BaseConfigViewModelBaseConfigViewModel. forAuthConfig(IAuthenticatorConfig config, Locale locale) - 
Uses of BaseConfigViewModel in de.xima.fc.workflow
Methods in de.xima.fc.workflow that return types with arguments of type BaseConfigViewModel Modifier and Type Method Description List<BaseConfigViewModel>WorkflowStateModel. getNonOrderableAuthenticators()List<BaseConfigViewModel>WorkflowStateModel. getOrderableAuthenticators()Method parameters in de.xima.fc.workflow with type arguments of type BaseConfigViewModel Modifier and Type Method Description voidWorkflowStateModel. setNonOrderableAuthenticators(List<BaseConfigViewModel> nonOrderableAuthenticators)voidWorkflowStateModel. setOrderableAuthenticators(List<BaseConfigViewModel> orderableAuthenticators) - 
Uses of BaseConfigViewModel in de.xima.fc.workflow.designer.bean
Methods in de.xima.fc.workflow.designer.bean that return types with arguments of type BaseConfigViewModel Modifier and Type Method Description List<BaseConfigViewModel>WorkflowProviderBean. getNonOrderableAuthenticatorConfigs()List<BaseConfigViewModel>WorkflowProviderBean. getOrderableAuthenticatorConfigs() - 
Uses of BaseConfigViewModel in de.xima.fc.workflow.designer.model
Methods in de.xima.fc.workflow.designer.model that return types with arguments of type BaseConfigViewModel Modifier and Type Method Description List<BaseConfigViewModel>WorkflowRequestContextModel. getNonOrderableAuthenticatorConfigs()List<BaseConfigViewModel>WorkflowRequestContextModel. getOrderableAuthenticatorConfigs()Method parameters in de.xima.fc.workflow.designer.model with type arguments of type BaseConfigViewModel Modifier and Type Method Description voidWorkflowRequestContextModel. setNonOrderableAuthenticatorConfigs(List<BaseConfigViewModel> nonOrderableAuthenticatorConfigs)voidWorkflowRequestContextModel. setOrderableAuthenticatorConfigs(List<BaseConfigViewModel> oderableAuthenticatorConfigs) - 
Uses of BaseConfigViewModel in de.xima.fc.workflow.processor.logic
Methods in de.xima.fc.workflow.processor.logic that return types with arguments of type BaseConfigViewModel Modifier and Type Method Description static List<BaseConfigViewModel>WorkflowProviderHelper. computeNonOrderableAuthenticatorConfigs(IEntityContext ec, Mandant client, Locale locale, boolean kerberosActive, boolean ntlmActive)static List<BaseConfigViewModel>WorkflowProviderHelper. computeOrderableAuthenticatorConfigs(IEntityContext ec, Mandant client, Locale locale, boolean kerberosActive, boolean ntlmActive) - 
Uses of BaseConfigViewModel in de.xima.fc.workflow.processor.logic.validation
Methods in de.xima.fc.workflow.processor.logic.validation that return types with arguments of type BaseConfigViewModel Modifier and Type Method Description List<BaseConfigViewModel>ValidationWorkflowProvider. getNonOrderableAuthenticatorConfigs()List<BaseConfigViewModel>ValidationWorkflowProvider. getOrderableAuthenticatorConfigs() 
 -