Uses of Interface
de.xima.fc.interfaces.auth.IAuthenticatorClients
-
-
Uses of IAuthenticatorClients in de.xima.fc.api.rest.impl.common.security.pac4j.client
Methods in de.xima.fc.api.rest.impl.common.security.pac4j.client that return IAuthenticatorClients Modifier and Type Method Description static IAuthenticatorClients
RestClientFactory. clients(IClientDescriptor descriptor)
-
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)
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 IAuthenticatorClients Modifier and Type Method Description List<IAuthenticatorClients>
IFormAuthContext. 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 IAuthenticatorClients Modifier and Type Method Description IAuthenticatorClients
IAuthenticatorConfigWrapper. 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 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.security.cache
Methods in de.xima.fc.security.cache that return IAuthenticatorClients Modifier and Type Method Description static 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 IAuthenticatorClients Modifier and Type Method Description static 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.Method parameters in de.xima.fc.security.cache with type arguments of type IAuthenticatorClients Modifier and Type Method Description static void
AuthClientCache. registerClientFactory(String authenticationTarget, com.google.common.base.Function<IClientDescriptor,IAuthenticatorClients> clientFactory)
-
Uses of IAuthenticatorClients in de.xima.fc.security.pac4j.client
Methods in de.xima.fc.security.pac4j.client that return IAuthenticatorClients Modifier and Type Method Description static 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.user_portal.integration.security.pac4j.client
Methods in de.xima.fc.user_portal.integration.security.pac4j.client that return IAuthenticatorClients Modifier and Type Method Description static IAuthenticatorClients
UserPortalClientFactory. clients(IClientDescriptor descriptor)
-
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 Modifier and Type Method Description List<IAuthenticatorClients>
FormAuthContext. getClients()
-
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)
Deprecated.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
AnyoneConfigWrapper. buildAuthClients(IFormAuthContext authCtx)
IAuthenticatorClients
DistinctUserConfigWrapper. buildAuthClients(IFormAuthContext authCtx)
IAuthenticatorClients
NtlmConfigWrapper. buildAuthClients(IFormAuthContext authCtx)
Deprecated.IAuthenticatorClients
PasswordConfigWrapper. buildAuthClients(IFormAuthContext authCtx)
-