Class AuthenticatorConfigsAssociate
- java.lang.Object
 - 
- de.xima.fc.workflow.designer.model.AuthenticatorConfigsAssociate
 
 
- 
- All Implemented Interfaces:
 Serializable
public final class AuthenticatorConfigsAssociate extends Object implements Serializable
- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description AuthenticatorConfigsAssociate(WorkflowStateModel state, List<BaseConfigViewModel> all, List<BaseConfigViewModel> configs) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<BaseConfigViewModel>getConfigs()booleanisUpToDate(WorkflowStateModel currentState, List<BaseConfigViewModel> currentConfigs) 
 - 
 
- 
- 
Constructor Detail
- 
AuthenticatorConfigsAssociate
public AuthenticatorConfigsAssociate(WorkflowStateModel state, List<BaseConfigViewModel> all, List<BaseConfigViewModel> configs)
 
 - 
 
- 
Method Detail
- 
getConfigs
public List<BaseConfigViewModel> getConfigs()
 
- 
isUpToDate
public boolean isUpToDate(WorkflowStateModel currentState, List<BaseConfigViewModel> currentConfigs)
 
 - 
 
 -