Uses of Interface
de.xima.fc.interfaces.auth.config.IAuthenticatorConfigWrapper
Packages that use IAuthenticatorConfigWrapper
Package
Description
-
Uses of IAuthenticatorConfigWrapper in de.xima.fc.interfaces.auth
Methods in de.xima.fc.interfaces.auth that return IAuthenticatorConfigWrapperMethods in de.xima.fc.interfaces.auth that return types with arguments of type IAuthenticatorConfigWrapper -
Uses of IAuthenticatorConfigWrapper in de.xima.fc.mdl.auth
Methods in de.xima.fc.mdl.auth that return types with arguments of type IAuthenticatorConfigWrapperMethod parameters in de.xima.fc.mdl.auth with type arguments of type IAuthenticatorConfigWrapperModifier and TypeMethodDescriptionvoid
AuthenticationData.setAuthenticatorConfigs
(List<IAuthenticatorConfigWrapper> authConfigs) -
Uses of IAuthenticatorConfigWrapper in de.xima.fc.web.common.auth
Methods in de.xima.fc.web.common.auth that return IAuthenticatorConfigWrapperMethods in de.xima.fc.web.common.auth that return types with arguments of type IAuthenticatorConfigWrapper -
Uses of IAuthenticatorConfigWrapper in de.xima.fc.web.common.auth.wrapper.config
Classes in de.xima.fc.web.common.auth.wrapper.config that implement IAuthenticatorConfigWrapperModifier and TypeClassDescriptionclass
Wrapper for authenticator configs of typeEAuthClientType.ANONYMOUS
class
Wrapper for virtual authenticator config for anyone.class
Authentication config wrapper for a distinct user.class
Wrapper for authenticator configs that use anIAuthenticator
entityclass
Wrapper for authenticator configs of typeEAuthClientType.FORM
class
Wrapper for authenticator configs of typeEAuthClientType.KERBEROS
class
Deprecated.since version 8.0.0 NTLM is no longer supported officially.class
Wrapper for authenticator configs of typeEAuthClientType.PASSWORD
Methods in de.xima.fc.web.common.auth.wrapper.config that return IAuthenticatorConfigWrapperModifier and TypeMethodDescriptionstatic final IAuthenticatorConfigWrapper
ConfigWrapperFactory.forConfig
(IAuthenticatorConfig config) Methods in de.xima.fc.web.common.auth.wrapper.config that return types with arguments of type IAuthenticatorConfigWrapperModifier and TypeMethodDescriptionstatic List<IAuthenticatorConfigWrapper>
ConfigWrapperFactory.forFormRecord
(Vorgang formRecord) static List<IAuthenticatorConfigWrapper>
ConfigWrapperFactory.forProject
(Projekt project)