Uses of Class
de.xima.fc.mdl.auth.config.view.BaseConfigViewModel
Packages that use BaseConfigViewModel
Package
Description
-
Uses of BaseConfigViewModel in de.xima.fc.interfaces.workflow
Methods in de.xima.fc.interfaces.workflow that return types with arguments of type BaseConfigViewModelModifier and TypeMethodDescriptionIWorkflowProvider.getNonOrderableAuthenticatorConfigs()IWorkflowProvider.getOrderableAuthenticatorConfigs() -
Uses of BaseConfigViewModel in de.xima.fc.mdl.auth.config.view
Methods in de.xima.fc.mdl.auth.config.view that return BaseConfigViewModelModifier and TypeMethodDescriptionstatic 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 BaseConfigViewModelModifier and TypeMethodDescriptionstatic Comparator<BaseConfigViewModel>WorkflowStateModel.createAuthenticatorConfigsComparator(List<BaseConfigViewModel> configs) WorkflowStateModel.getAuthenticators()WorkflowStateModel.getNonOrderableAuthenticators()WorkflowStateModel.getOrderableAuthenticators()WorkflowStateModel.getSelectedOrderableAuthenticators()Method parameters in de.xima.fc.workflow with type arguments of type BaseConfigViewModelModifier and TypeMethodDescriptionstatic Comparator<BaseConfigViewModel>WorkflowStateModel.createAuthenticatorConfigsComparator(List<BaseConfigViewModel> configs) voidWorkflowStateModel.setAuthenticators(List<BaseConfigViewModel> authenticators) voidWorkflowStateModel.setNonOrderableAuthenticators(List<BaseConfigViewModel> nonOrderableAuthenticators) voidWorkflowStateModel.setOrderableAuthenticators(List<BaseConfigViewModel> orderableAuthenticators) voidWorkflowStateModel.setSelectedOrderableAuthenticators(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 BaseConfigViewModelModifier and TypeMethodDescriptionWorkflowProviderBean.getNonOrderableAuthenticatorConfigs()WorkflowProviderBean.getOrderableAuthenticatorConfigs() -
Uses of BaseConfigViewModel in de.xima.fc.workflow.designer.bean.nodes
Methods in de.xima.fc.workflow.designer.bean.nodes that return types with arguments of type BaseConfigViewModel -
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 BaseConfigViewModelModifier and TypeMethodDescriptionAuthenticatorConfigsAssociate.getConfigs()WorkflowRequestContextModel.getNonOrderableAuthenticatorConfigs()WorkflowRequestContextModel.getOrderableAuthenticatorConfigs()Method parameters in de.xima.fc.workflow.designer.model with type arguments of type BaseConfigViewModelModifier and TypeMethodDescriptionbooleanAuthenticatorConfigsAssociate.isUpToDate(WorkflowStateModel currentState, List<BaseConfigViewModel> currentConfigs) voidWorkflowRequestContextModel.setNonOrderableAuthenticatorConfigs(List<BaseConfigViewModel> nonOrderableAuthenticatorConfigs) voidWorkflowRequestContextModel.setOrderableAuthenticatorConfigs(List<BaseConfigViewModel> oderableAuthenticatorConfigs) Constructor parameters in de.xima.fc.workflow.designer.model with type arguments of type BaseConfigViewModelModifierConstructorDescriptionAuthenticatorConfigsAssociate(WorkflowStateModel state, List<BaseConfigViewModel> all, List<BaseConfigViewModel> configs) -
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 BaseConfigViewModelModifier and TypeMethodDescriptionstatic 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 BaseConfigViewModelModifier and TypeMethodDescriptionValidationWorkflowProvider.getNonOrderableAuthenticatorConfigs()ValidationWorkflowProvider.getOrderableAuthenticatorConfigs()