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 IAuthenticatorConfigWrapper
IFormAuthContext. 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 void
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 IAuthenticatorConfigWrapper Modifier and Type Method Description IAuthenticatorConfigWrapper
FormAuthContext. 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 class
AnonymousConfigWrapper
Wrapper for authenticator configs of typeEAuthClientType.ANONYMOUS
class
EntityConfigWrapper
Wrapper for authenticator configs that use anIAuthenticator
entityclass
FormConfigWrapper
Wrapper for authenticator configs of typeEAuthClientType.FORM
class
KerberosConfigWrapper
Wrapper for authenticator configs of typeEAuthClientType.KERBEROS
class
NtlmConfigWrapper
Wrapper for authenticator configs of typeEAuthClientType.NTLM
class
PasswordConfigWrapper
Wrapper for authenticator configs of typeEAuthClientType.PASSWORD
Methods in de.xima.fc.web.common.auth.wrapper.config that return IAuthenticatorConfigWrapper Modifier and Type Method Description static IAuthenticatorConfigWrapper
ConfigWrapperFactory. forConfig(IAuthenticatorConfig config)
-