Uses of Interface
de.xima.fc.interfaces.auth.IAuthenticatorClients
-
-
Uses of IAuthenticatorClients in de.xima.fc.interfaces.auth
Methods in de.xima.fc.interfaces.auth that return IAuthenticatorClients Modifier and Type Method Description IAuthenticatorClients
IAuthenticatorWrapper. buildAuthenticatorClients(IFormAuthContext authCtx)
Builds the authentication clients based on the current data of the wrapper -
Uses of IAuthenticatorClients in de.xima.fc.interfaces.auth.config
Methods in de.xima.fc.interfaces.auth.config that return IAuthenticatorClients Modifier and Type Method Description IAuthenticatorClients
IAuthenticatorConfigWrapper. buildAuthClients(IFormAuthContext authCtx)
Builds the authentication clients based on the current data of the wrapper -
Uses of IAuthenticatorClients in de.xima.fc.mdl.auth
Classes in de.xima.fc.mdl.auth that implement IAuthenticatorClients Modifier and Type Class Description class
DefaultAuthenticatorClients
Default implementation for accessing the clients of an authenticator depending on the authentication flow. -
Uses of IAuthenticatorClients in de.xima.fc.web.common.auth.wrapper
Methods in de.xima.fc.web.common.auth.wrapper that return IAuthenticatorClients Modifier and Type Method Description IAuthenticatorClients
AzureAdWrapper. buildAuthenticatorClients(IFormAuthContext authCtx)
Deprecated.IAuthenticatorClients
FacebookWrapper. buildAuthenticatorClients(IFormAuthContext authCtx)
Deprecated.IAuthenticatorClients
GoogleWrapper. buildAuthenticatorClients(IFormAuthContext authCtx)
Deprecated.IAuthenticatorClients
OAuth20Wrapper. buildAuthenticatorClients(IFormAuthContext authCtx)
Deprecated.IAuthenticatorClients
OIDCWrapper. buildAuthenticatorClients(IFormAuthContext authCtx)
Deprecated.IAuthenticatorClients
PluginWrapper. buildAuthenticatorClients(IFormAuthContext authCtx)
IAuthenticatorClients
SAMLWrapper. buildAuthenticatorClients(IFormAuthContext authCtx)
Deprecated. -
Uses of IAuthenticatorClients in de.xima.fc.web.common.auth.wrapper.config
Methods in de.xima.fc.web.common.auth.wrapper.config that return IAuthenticatorClients Modifier and Type Method Description IAuthenticatorClients
AnonymousConfigWrapper. buildAuthClients(IFormAuthContext authCtx)
IAuthenticatorClients
AnyoneConfigWrapper. buildAuthClients(IFormAuthContext authCtx)
IAuthenticatorClients
EntityConfigWrapper. buildAuthClients(IFormAuthContext authCtx)
IAuthenticatorClients
FormConfigWrapper. buildAuthClients(IFormAuthContext authCtx)
IAuthenticatorClients
KerberosConfigWrapper. buildAuthClients(IFormAuthContext authCtx)
IAuthenticatorClients
NtlmConfigWrapper. buildAuthClients(IFormAuthContext authCtx)
IAuthenticatorClients
PasswordConfigWrapper. buildAuthClients(IFormAuthContext authCtx)
-