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 BaseConfigViewModel
BaseConfigViewModel.emptyTypeAuthenticatorConfig
(EAuthClientType authenticatorType, Locale locale) static BaseConfigViewModel
BaseConfigViewModel.forAuth
(IAuthenticator<?> authenticator) static BaseConfigViewModel
BaseConfigViewModel.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) void
WorkflowStateModel.setAuthenticators
(List<BaseConfigViewModel> authenticators) void
WorkflowStateModel.setNonOrderableAuthenticators
(List<BaseConfigViewModel> nonOrderableAuthenticators) void
WorkflowStateModel.setOrderableAuthenticators
(List<BaseConfigViewModel> orderableAuthenticators) void
WorkflowStateModel.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 TypeMethodDescriptionboolean
AuthenticatorConfigsAssociate.isUpToDate
(WorkflowStateModel currentState, List<BaseConfigViewModel> currentConfigs) void
WorkflowRequestContextModel.setNonOrderableAuthenticatorConfigs
(List<BaseConfigViewModel> nonOrderableAuthenticatorConfigs) void
WorkflowRequestContextModel.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()