Uses of Interface
de.xima.fc.interfaces.auth.config.IAuthenticatorConfigWrapper
- 
Packages that use IAuthenticatorConfigWrapper Package Description de.xima.fc.interfaces.auth de.xima.fc.mdl.auth de.xima.fc.web.common.auth de.xima.fc.web.common.auth.wrapper.config  - 
- 
Uses of IAuthenticatorConfigWrapper in de.xima.fc.interfaces.auth
Methods in de.xima.fc.interfaces.auth that return IAuthenticatorConfigWrapper Modifier and Type Method Description IAuthenticatorConfigWrapperIFormAuthContext. getTokenAuthConfig()Methods in de.xima.fc.interfaces.auth that return types with arguments of type IAuthenticatorConfigWrapper Modifier and Type Method Description List<IAuthenticatorConfigWrapper>IFormAuthContext. getAuthConfigOptions() - 
Uses of IAuthenticatorConfigWrapper in de.xima.fc.mdl.auth
Methods in de.xima.fc.mdl.auth that return types with arguments of type IAuthenticatorConfigWrapper Modifier and Type Method Description List<IAuthenticatorConfigWrapper>AuthenticationData. getAuthenticatorConfigs()Method parameters in de.xima.fc.mdl.auth with type arguments of type IAuthenticatorConfigWrapper Modifier and Type Method Description voidAuthenticationData. setAuthenticatorConfigs(List<IAuthenticatorConfigWrapper> authConfigs) - 
Uses of IAuthenticatorConfigWrapper in de.xima.fc.web.common.auth
Methods in de.xima.fc.web.common.auth that return IAuthenticatorConfigWrapper Modifier and Type Method Description IAuthenticatorConfigWrapperFormAuthContext. getTokenAuthConfig()Methods in de.xima.fc.web.common.auth that return types with arguments of type IAuthenticatorConfigWrapper Modifier and Type Method Description List<IAuthenticatorConfigWrapper>FormAuthContext. getAuthConfigOptions() - 
Uses of IAuthenticatorConfigWrapper in de.xima.fc.web.common.auth.wrapper.config
Classes in de.xima.fc.web.common.auth.wrapper.config that implement IAuthenticatorConfigWrapper Modifier and Type Class Description classAnonymousConfigWrapperWrapper for authenticator configs of typeEAuthClientType.ANONYMOUSclassAnyoneConfigWrapperWrapper for virtual authenticator config for anyone.classDistinctUserConfigWrapperAuthentication config wrapper for a distinct user.classEntityConfigWrapperWrapper for authenticator configs that use anIAuthenticatorentityclassFormConfigWrapperWrapper for authenticator configs of typeEAuthClientType.FORMclassKerberosConfigWrapperWrapper for authenticator configs of typeEAuthClientType.KERBEROSclassNtlmConfigWrapperDeprecated.since version 8.0.0 NTLM is no longer supported officially.classPasswordConfigWrapperWrapper for authenticator configs of typeEAuthClientType.PASSWORDMethods in de.xima.fc.web.common.auth.wrapper.config that return IAuthenticatorConfigWrapper Modifier and Type Method Description static IAuthenticatorConfigWrapperConfigWrapperFactory. forConfig(IAuthenticatorConfig config)Methods in de.xima.fc.web.common.auth.wrapper.config that return types with arguments of type IAuthenticatorConfigWrapper Modifier and Type Method Description static List<IAuthenticatorConfigWrapper>ConfigWrapperFactory. forFormRecord(Vorgang formRecord)static List<IAuthenticatorConfigWrapper>ConfigWrapperFactory. forProject(Projekt project) 
 -