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 IAuthenticatorClientsRestClientFactory. 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 IAuthenticatorClientsIAuthenticatorWrapper. 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 IAuthenticatorClientsIAuthenticatorConfigWrapper. 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 classDefaultAuthenticatorClientsDefault 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 IAuthenticatorClientsAuthClientCacheHelper. createClients(String authTarget, IClientDescriptor clientDescriptor)static IAuthenticatorClientsAuthClientCache. getClients(IFormAuthContext authCtx, IClientDescriptor clientDescriptor)Deprecated.since version 8.0.0.static IAuthenticatorClientsAuthClientCache. getClients(String authTarget, IClientDescriptor clientDescriptor)Gets the cached authentication clients for the given authentication target & client descriptor.static IAuthenticatorClientsAuthClientCache. 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 voidAuthClientCache. 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 IAuthenticatorClientsBackendClientFactory. clients(IClientDescriptor descriptor)Creates all direct and indirect backend clients from the given client descriptor.static IAuthenticatorClientsFormClientFactory. clients(IClientDescriptor descriptor)Creates all direct and indirect form clients from the given client descriptor.static IAuthenticatorClientsClientFactory. 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 IAuthenticatorClientsUserPortalClientFactory. 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 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)Deprecated.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 IAuthenticatorClientsAnyoneConfigWrapper. buildAuthClients(IFormAuthContext authCtx)IAuthenticatorClientsDistinctUserConfigWrapper. buildAuthClients(IFormAuthContext authCtx)IAuthenticatorClientsNtlmConfigWrapper. buildAuthClients(IFormAuthContext authCtx)Deprecated.IAuthenticatorClientsPasswordConfigWrapper. buildAuthClients(IFormAuthContext authCtx)
-