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 IAuthenticatorClientsIAuthenticatorWrapper. 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 IAuthenticatorClientsIAuthenticatorConfigWrapper. 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 classDefaultAuthenticatorClientsDefault 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 IAuthenticatorClientsAzureAdWrapper. buildAuthenticatorClients(IFormAuthContext authCtx)Deprecated.IAuthenticatorClientsFacebookWrapper. buildAuthenticatorClients(IFormAuthContext authCtx)Deprecated.IAuthenticatorClientsGoogleWrapper. buildAuthenticatorClients(IFormAuthContext authCtx)Deprecated.IAuthenticatorClientsOAuth20Wrapper. buildAuthenticatorClients(IFormAuthContext authCtx)Deprecated.IAuthenticatorClientsOIDCWrapper. buildAuthenticatorClients(IFormAuthContext authCtx)Deprecated.IAuthenticatorClientsPluginWrapper. buildAuthenticatorClients(IFormAuthContext authCtx)IAuthenticatorClientsSAMLWrapper. 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 IAuthenticatorClientsAnonymousConfigWrapper. buildAuthClients(IFormAuthContext authCtx)IAuthenticatorClientsAnyoneConfigWrapper. buildAuthClients(IFormAuthContext authCtx)IAuthenticatorClientsEntityConfigWrapper. buildAuthClients(IFormAuthContext authCtx)IAuthenticatorClientsFormConfigWrapper. buildAuthClients(IFormAuthContext authCtx)IAuthenticatorClientsKerberosConfigWrapper. buildAuthClients(IFormAuthContext authCtx)IAuthenticatorClientsNtlmConfigWrapper. buildAuthClients(IFormAuthContext authCtx)IAuthenticatorClientsPasswordConfigWrapper. buildAuthClients(IFormAuthContext authCtx)
-