Class ConfigWrapperFactory
java.lang.Object
de.xima.fc.web.common.auth.wrapper.config.ConfigWrapperFactory
Factory for creating
IAuthenticatorConfigWrapper
- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionstatic final IAuthenticatorConfigWrapper
forConfig
(IAuthenticatorConfig config) static List<IAuthenticatorConfigWrapper>
forFormRecord
(Vorgang formRecord) static List<IAuthenticatorConfigWrapper>
forProject
(Projekt project)
-
Method Details
-
forFormRecord
- Parameters:
formRecord
- to get the authentication configuration for- Returns:
- the authentication configuration for the given form record
-
forProject
- Parameters:
project
-Projekt
for which to create the authentication configurations.- Returns:
- the authentication configuration for the given project.
-
forConfig
-