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 Deprecated Methods Modifier and Type Method Description static IAuthenticatorConfigWrapperforConfig(IAuthenticatorConfig config)static List<IAuthenticatorConfigWrapper>forProject(Projekt project)static List<IAuthenticatorConfigWrapper>forStatus(Status status)Deprecated.The old workflow will be removed at some pointstatic List<IAuthenticatorConfigWrapper>forWorkflowState(WorkflowState state)
-
-
-
Method Detail
-
forProject
public static List<IAuthenticatorConfigWrapper> forProject(Projekt project)
- Parameters:
roject-Projektto get the authentication configuration for- Returns:
- the authentication configuration for the given state
-
forWorkflowState
public static List<IAuthenticatorConfigWrapper> forWorkflowState(WorkflowState state)
- Parameters:
state-WorkflowStateto get the authentication configuration for- Returns:
- the authentication configuration for the given state
-
forStatus
@Deprecated public static List<IAuthenticatorConfigWrapper> forStatus(Status status)
Deprecated.The old workflow will be removed at some point- Parameters:
status-Statusto get the authentication configuration for- Returns:
- the authentication configuration for the given status
-
forConfig
public static final IAuthenticatorConfigWrapper forConfig(IAuthenticatorConfig config)
-
-