Class ConfigWrapperFactory
- java.lang.Object
 - 
- de.xima.fc.web.common.auth.wrapper.config.ConfigWrapperFactory
 
 
- 
public class ConfigWrapperFactory extends Object
Factory for creatingIAuthenticatorConfigWrapper- Since:
 - 7.0.0
 - Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IAuthenticatorConfigWrapperforConfig(IAuthenticatorConfig config)static List<IAuthenticatorConfigWrapper>forFormRecord(Vorgang formRecord)static List<IAuthenticatorConfigWrapper>forProject(Projekt project)static List<IAuthenticatorConfigWrapper>forWorkflowState(WorkflowState state) 
 - 
 
- 
- 
Method Detail
- 
forFormRecord
public static List<IAuthenticatorConfigWrapper> forFormRecord(Vorgang formRecord)
- Parameters:
 formRecord- to get the authentication configuration for- Returns:
 - the authentication configuration for the given form record
 
 
- 
forWorkflowState
public static List<IAuthenticatorConfigWrapper> forWorkflowState(WorkflowState state)
- Parameters:
 state-WorkflowStateto get the authentication configuration for- Returns:
 - the authentication configuration for the given state
 
 
- 
forProject
public static List<IAuthenticatorConfigWrapper> forProject(Projekt project)
- Parameters:
 project-Projektfor which to create the authentication configurations.- Returns:
 - the authentication configuration for the given project.
 
 
- 
forConfig
public static final IAuthenticatorConfigWrapper forConfig(IAuthenticatorConfig config)
 
 - 
 
 -