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 IAuthenticatorConfigWrapper
forConfig(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
-WorkflowState
to get the authentication configuration for- Returns:
- the authentication configuration for the given state
-
forProject
public static List<IAuthenticatorConfigWrapper> forProject(Projekt project)
- Parameters:
roject
-Projekt
to get the authentication configuration for- Returns:
- the authentication configuration for the given state
-
forConfig
public static final IAuthenticatorConfigWrapper forConfig(IAuthenticatorConfig config)
-
-