Uses of Interface
de.xima.fc.interfaces.auth.IAuthenticatorClients
Packages that use IAuthenticatorClients
Package
Description
-
Uses of IAuthenticatorClients in de.xima.fc.interfaces.auth
Methods in de.xima.fc.interfaces.auth that return IAuthenticatorClientsModifier and TypeMethodDescriptionIAuthenticatorWrapper.buildAuthenticatorClients
(IFormAuthContext authCtx) Deprecated.Builds the authentication clients based on the current data of the wrapperMethods in de.xima.fc.interfaces.auth that return types with arguments of type IAuthenticatorClientsModifier and TypeMethodDescriptionIFormAuthContext.getClients()
Returns an ordered list of the clients for each configured authenticator. -
Uses of IAuthenticatorClients in de.xima.fc.interfaces.auth.config
Methods in de.xima.fc.interfaces.auth.config that return IAuthenticatorClientsModifier and TypeMethodDescriptionIAuthenticatorConfigWrapper.buildAuthClients
(IFormAuthContext authCtx) Deprecated.since version 8.0.0. -
Uses of IAuthenticatorClients in de.xima.fc.mdl.auth
Classes in de.xima.fc.mdl.auth that implement IAuthenticatorClientsModifier and TypeClassDescriptionclass
Default implementation for accessing the clients of an authenticator depending on the authentication flow. -
Uses of IAuthenticatorClients in de.xima.fc.security.cache
Methods in de.xima.fc.security.cache that return IAuthenticatorClientsModifier and TypeMethodDescriptionstatic IAuthenticatorClients
AuthClientCacheHelper.createClients
(String authTarget, IClientDescriptor clientDescriptor) static IAuthenticatorClients
AuthClientCache.getClients
(IFormAuthContext authCtx, IClientDescriptor clientDescriptor) Deprecated.since version 8.0.0.static IAuthenticatorClients
AuthClientCache.getClients
(String authTarget, IClientDescriptor clientDescriptor) Gets the cached authentication clients for the given authentication target & client descriptor.static IAuthenticatorClients
AuthClientCache.getClientsByName
(String authTarget, String clientName) Gets the cached authentication clients for the given authentication target & client name.Methods in de.xima.fc.security.cache that return types with arguments of type IAuthenticatorClientsModifier and TypeMethodDescriptionstatic Map<String,
IAuthenticatorClients> AuthClientCache.getClients
(String authTarget, Collection<IClientDescriptor> clientDescriptors) Gets the cached authentication clients for the given authentication target & client descriptors.static Map<String,
IAuthenticatorClients> AuthClientCache.getClientsByNames
(String authTarget, Collection<String> clientNames) Gets the cached authentication clients for the given authentication target & client names.static List<IAuthenticatorClients>
AuthClientCache.getOrderedClients
(String authTarget, List<IClientDescriptor> clientDescriptors) Gets the cached authentication clients for the given authentication target & client descriptors in the order of the given client descriptors. -
Uses of IAuthenticatorClients in de.xima.fc.security.pac4j.client
Methods in de.xima.fc.security.pac4j.client that return IAuthenticatorClientsModifier and TypeMethodDescriptionstatic IAuthenticatorClients
BackendClientFactory.clients
(IClientDescriptor descriptor) Creates all direct and indirect backend clients from the given client descriptor.static IAuthenticatorClients
FormClientFactory.clients
(IClientDescriptor descriptor) Creates all direct and indirect form clients from the given client descriptor.static IAuthenticatorClients
ClientFactory.forDescriptor
(IClientDescriptor clientDescriptor) -
Uses of IAuthenticatorClients in de.xima.fc.web.common.auth
Methods in de.xima.fc.web.common.auth that return types with arguments of type IAuthenticatorClients -
Uses of IAuthenticatorClients in de.xima.fc.web.common.auth.wrapper
Methods in de.xima.fc.web.common.auth.wrapper that return IAuthenticatorClientsModifier and TypeMethodDescriptionAzureAdWrapper.buildAuthenticatorClients
(IFormAuthContext authCtx) Deprecated.FacebookWrapper.buildAuthenticatorClients
(IFormAuthContext authCtx) Deprecated.GoogleWrapper.buildAuthenticatorClients
(IFormAuthContext authCtx) Deprecated.OAuth20Wrapper.buildAuthenticatorClients
(IFormAuthContext authCtx) Deprecated.OIDCWrapper.buildAuthenticatorClients
(IFormAuthContext authCtx) Deprecated.PluginWrapper.buildAuthenticatorClients
(IFormAuthContext authCtx) Deprecated.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 IAuthenticatorClientsModifier and TypeMethodDescriptionAnyoneConfigWrapper.buildAuthClients
(IFormAuthContext authCtx) DistinctUserConfigWrapper.buildAuthClients
(IFormAuthContext authCtx) NtlmConfigWrapper.buildAuthClients
(IFormAuthContext authCtx) Deprecated.PasswordConfigWrapper.buildAuthClients
(IFormAuthContext authCtx)