Uses of Interface
de.xima.fc.interfaces.auth.IClientDescriptor
-
-
Uses of IClientDescriptor in de.xima.fc.api.system
Methods in de.xima.fc.api.system that return IClientDescriptor Modifier and Type Method Description IClientDescriptorAuthenticationAPI. getActiveClientDescriptor(UserContext uc, String clientName)Returns the client descriptor for the given client name.IClientDescriptorAuthenticationAPI. getClientDescriptorByProfile(UserContext uc, String clientName)Returns theclientfor the given client name.Methods in de.xima.fc.api.system that return types with arguments of type IClientDescriptor Modifier and Type Method Description Map<String,IClientDescriptor>AuthenticationAPI. getActiveClientDescriptors(UserContext uc, Set<String> clientNames)Returns the client descriptors for the given client names.List<IClientDescriptor>AuthenticationAPI. getBackendClientDescriptors(UserContext uc)Finds all active client descriptors that are configured for the backend in order.List<IClientDescriptor>AuthenticationAPI. getBackendInputClientDescriptors(UserContext uc)Finds all active client descriptors that are configured for the backend and require direct input of creadentials (in order).List<IClientDescriptor>AuthenticationAPI. getBackendRedirectClientDescriptors(UserContext uc)Finds all active client descriptors that are configured for the backend and redirect the user to an external IDP (in order). -
Uses of IClientDescriptor in de.xima.fc.auth
Methods in de.xima.fc.auth that return types with arguments of type IClientDescriptor Modifier and Type Method Description static List<IClientDescriptor>ClientDescriptorHelper. getBackendClientDescriptors(IEntityContext ec)Finds all active client descriptors that are configured for the backend in order.static List<IClientDescriptor>ClientDescriptorHelper. getBackendInputClientDescriptors(IEntityContext ec)Deprecated.UseClientDescriptorHelper.getBackendClientDescriptors(IEntityContext)and filter withEAuthenticatorRenderTypeinstead.static List<IClientDescriptor>ClientDescriptorHelper. getBackendRedirectClientDescriptors(IEntityContext ec)Deprecated.UseClientDescriptorHelper.getBackendClientDescriptors(IEntityContext)and filter withEAuthenticatorRenderTypeinstead.Methods in de.xima.fc.auth with parameters of type IClientDescriptor Modifier and Type Method Description static booleanClientDescriptorHelper. hasLicenseAccess(IClientDescriptor descriptor, LicenseAccess licenseAccess)static booleanClientDescriptorHelper. isActive(IClientDescriptor descriptor)Checks if the given client descriptor is active (and valid).Constructors in de.xima.fc.auth with parameters of type IClientDescriptor Constructor Description AuthLoginUrlBuilder(String baseUrl, IClientDescriptor client)Constructor for a new authenticator login URL builder with the required parameters for an authenticator login URL. -
Uses of IClientDescriptor in de.xima.fc.dao.utils
Methods in de.xima.fc.dao.utils with parameters of type IClientDescriptor Modifier and Type Method Description static com.unboundid.ldap.sdk.LDAPConnectionLdapConnectionFactory. newLdapConnection(IEntityContext ec, IClientDescriptor descriptor)Constructors in de.xima.fc.dao.utils with parameters of type IClientDescriptor Constructor Description UserAttributeConditionCheck(org.pac4j.core.profile.UserProfile userProfile, IClientDescriptor clientDescriptor, com.unboundid.ldap.sdk.LDAPConnection ldapConnection) -
Uses of IClientDescriptor in de.xima.fc.entities
Methods in de.xima.fc.entities that return IClientDescriptor Modifier and Type Method Description IClientDescriptorAAuthenticatorConfig. getClientDescriptor()IClientDescriptorIndirectClientAuthorization. getClientDescriptor()IClientDescriptorUserCredentials. getClientDescriptor()IClientDescriptorUserIdentity. getClientDescriptor()Methods in de.xima.fc.entities with parameters of type IClientDescriptor Modifier and Type Method Description UserIdentityUserProfile. getUserIdentity(String identifier, IClientDescriptor clientDescriptor)voidIndirectClientAuthorization. setClientDescriptor(IClientDescriptor clientDescriptor)voidUserIdentity. setClientDescriptor(IClientDescriptor clientDescriptor) -
Uses of IClientDescriptor in de.xima.fc.entities.interfaces
Methods in de.xima.fc.entities.interfaces that return IClientDescriptor Modifier and Type Method Description @NotNull IClientDescriptorIAuthenticatorConfig. getClientDescriptor()@NotNull IClientDescriptorIUserIdentity. getClientDescriptor() -
Uses of IClientDescriptor in de.xima.fc.form.helper
Methods in de.xima.fc.form.helper with parameters of type IClientDescriptor Modifier and Type Method Description static StringURLHelper. getAuthLoginURL(IFormAuthContext authCtx, IClientDescriptor client, boolean asRedirect) -
Uses of IClientDescriptor in de.xima.fc.gui.bean
Fields in de.xima.fc.gui.bean with type parameters of type IClientDescriptor Modifier and Type Field Description protected DataTableEntriesModel<IClientDescriptor>AExternalUserBean. modelMethods in de.xima.fc.gui.bean that return types with arguments of type IClientDescriptor Modifier and Type Method Description DataTableEntriesModel<IClientDescriptor>AExternalUserBean. getModel()protected abstract DataTableEntriesModel<IClientDescriptor>AExternalUserBean. newModel() -
Uses of IClientDescriptor in de.xima.fc.gui.bean.settings
Methods in de.xima.fc.gui.bean.settings that return types with arguments of type IClientDescriptor Modifier and Type Method Description List<IClientDescriptor>LoginLayoutConfigurationBean. getInputClientOptions()List<IClientDescriptor>LoginLayoutConfigurationBean. getInputClients()List<IClientDescriptor>LoginLayoutConfigurationBean. getRedirectClientOptions()List<IClientDescriptor>LoginLayoutConfigurationBean. getRedirectClients()protected DataTableEntriesModel<IClientDescriptor>ExternalUserSystemBean. newModel()Methods in de.xima.fc.gui.bean.settings with parameters of type IClientDescriptor Modifier and Type Method Description StringLoginLayoutConfigurationBean. getIconStyle(IClientDescriptor client)StringLoginLayoutConfigurationBean. getIconStyleClass(IClientDescriptor client)StringLoginLayoutConfigurationBean. getIconValue(IClientDescriptor client)StringLoginLayoutConfigurationBean. getName(IClientDescriptor descriptor)protected IPluginAuthenticatorTypeExternalUserSystemBean. getPluginForAuthenticator(IClientDescriptor selected)CommonRedirectAuthenticatorProperties<?>LoginLayoutConfigurationBean. getRedirectProps(IClientDescriptor descriptor)StringLoginLayoutConfigurationBean. getTypeName(IClientDescriptor descriptor)booleanLoginLayoutConfigurationBean. hasDescriptorLicenseAccess(IClientDescriptor descriptor)booleanLoginLayoutConfigurationBean. isActive(IClientDescriptor descriptor)booleanLoginLayoutConfigurationBean. isShowSuperUserOption(IClientDescriptor descriptor)Method parameters in de.xima.fc.gui.bean.settings with type arguments of type IClientDescriptor Modifier and Type Method Description voidLoginLayoutConfigurationBean. setInputClients(List<IClientDescriptor> inputClients)voidLoginLayoutConfigurationBean. setRedirectClients(List<IClientDescriptor> redirectClients) -
Uses of IClientDescriptor in de.xima.fc.gui.bean.user
Methods in de.xima.fc.gui.bean.user that return IClientDescriptor Modifier and Type Method Description IClientDescriptorClientAuthorizationBean. getClientDescriptor()Methods in de.xima.fc.gui.bean.user that return types with arguments of type IClientDescriptor Modifier and Type Method Description protected DataTableEntriesModel<IClientDescriptor>ExternalUserClientBean. newModel()Methods in de.xima.fc.gui.bean.user with parameters of type IClientDescriptor Modifier and Type Method Description voidInputClientSigninBean. doIdentityCheck(IClientDescriptor clientDescriptor, String identityCheckToken)voidInputClientSigninBean. doLogin(IClientDescriptor clientDescriptor, IAuthenticationTarget target)protected IPluginAuthenticatorTypeExternalUserClientBean. getPluginForAuthenticator(IClientDescriptor selected)booleanUserDiscoveryBean. hasIdentity(UserProfile profile, IClientDescriptor clientDescriptor, String identifier)voidClientAuthorizationBean. setClientDescriptor(IClientDescriptor clientDescriptor) -
Uses of IClientDescriptor in de.xima.fc.gui.common.bean
Methods in de.xima.fc.gui.common.bean that return IClientDescriptor Modifier and Type Method Description IClientDescriptorUserProfileMenuBean. getAuthenticationClient() -
Uses of IClientDescriptor in de.xima.fc.gui.common.bean.profile
Methods in de.xima.fc.gui.common.bean.profile that return IClientDescriptor Modifier and Type Method Description IClientDescriptorUserIdentityPanelBean. getNewIdentityClient()IClientDescriptorUserIdentityPanelBean. getSelectedInputClient()Methods in de.xima.fc.gui.common.bean.profile that return types with arguments of type IClientDescriptor Modifier and Type Method Description Function<IClientDescriptor,String>UserIdentityPanelBean. getClientButtonValueFunction()List<IClientDescriptor>UserIdentityPanelBean. getClientDescriptors()Methods in de.xima.fc.gui.common.bean.profile with parameters of type IClientDescriptor Modifier and Type Method Description StringUserIdentityPanelBean. getClientButtonValue(IClientDescriptor client)voidUserIdentityPanelBean. setNewIdentityClient(IClientDescriptor newIdentityClient)voidUserIdentityPanelBean. setSelectedInputClient(IClientDescriptor selectedInputClient) -
Uses of IClientDescriptor in de.xima.fc.gui.common.bean.security
Methods in de.xima.fc.gui.common.bean.security that return IClientDescriptor Modifier and Type Method Description IClientDescriptorUserSignupBean. getSelectedInputClient()IClientDescriptorIdentityProviderBean. getSelectedRedirectClient()Methods in de.xima.fc.gui.common.bean.security that return types with arguments of type IClientDescriptor Modifier and Type Method Description List<IClientDescriptor>IdentityProviderBean. getAllClients()Function<IClientDescriptor,String>UserSignupBean. getClientButtonValueFunction()List<IClientDescriptor>IdentityProviderBean. getInputClients()List<IClientDescriptor>IdentityProviderBean. getNonFormInputClients()List<IClientDescriptor>IdentityProviderBean. getRedirectClients()Methods in de.xima.fc.gui.common.bean.security with parameters of type IClientDescriptor Modifier and Type Method Description StringIdentityProviderBean. getCurrentBackendLoginUri(IClientDescriptor descriptor)StringIdentityProviderBean. getCurrentLoginUri(IClientDescriptor descriptor, IAuthenticationTarget authenticationTarget)StringIdentityProviderBean. getIconStyleClass(IClientDescriptor client)org.primefaces.model.menu.MenuModelIdentityProviderBean. getIdentityCheckMenuModel(Mandant client, IClientDescriptor descriptor, IAuthenticationTarget authenticationTarget, String menuItemI18nTemplate)IntegerIdentityProviderBean. getIframeWindowHeight(IClientDescriptor descriptor)IntegerIdentityProviderBean. getIframeWindowWidth(IClientDescriptor descriptor)StringIdentityProviderBean. getLoginButtonValue(IClientDescriptor descriptor)StringIdentityProviderBean. getNewTabOnclick(IClientDescriptor descriptor)EAuthRedirectTargetIdentityProviderBean. getRedirectTarget(IClientDescriptor descriptor)IntegerIdentityProviderBean. getWindowHeight(IClientDescriptor descriptor)IntegerIdentityProviderBean. getWindowWidth(IClientDescriptor descriptor)booleanIdentityProviderBean. isClientAvailable(IClientDescriptor client)booleanIdentityProviderBean. isInputClientAvailable(IClientDescriptor client)booleanIdentityProviderBean. isRedirectClientAvailable(IClientDescriptor client)voidUserSignupBean. setSelectedInputClient(IClientDescriptor selectedInputClient)voidIdentityProviderBean. setSelectedRedirectClient(IClientDescriptor selectedRedirectClient) -
Uses of IClientDescriptor in de.xima.fc.gui.common.model
Methods in de.xima.fc.gui.common.model that return IClientDescriptor Modifier and Type Method Description IClientDescriptorScopeSelectionModel. getNeededAuthentication() -
Uses of IClientDescriptor in de.xima.fc.gui.model.user
Methods in de.xima.fc.gui.model.user that return IClientDescriptor Modifier and Type Method Description IClientDescriptorUserIdpData. getClientDescriptor()Constructors in de.xima.fc.gui.model.user with parameters of type IClientDescriptor Constructor Description UserIdpData(IClientDescriptor clientDescriptor, String identifier, String firstName, String familyName) -
Uses of IClientDescriptor in de.xima.fc.gui.utils.user
Method parameters in de.xima.fc.gui.utils.user with type arguments of type IClientDescriptor Modifier and Type Method Description UserEmailServiceClient.BuilderUserEmailServiceClient.Builder. withClientDescriptors(List<IClientDescriptor> clientDescriptors) -
Uses of IClientDescriptor in de.xima.fc.handler.interfaces.system
Methods in de.xima.fc.handler.interfaces.system that return IClientDescriptor Modifier and Type Method Description IClientDescriptorIAuthenticationHandler. getActiveClientDescriptor(UserContext uc, String clientName)Returns the client descriptor for the given client name.IClientDescriptorIAuthenticationHandler. getClientDescriptor(UserContext uc, String clientName)Returns theclientfor the given client name.Methods in de.xima.fc.handler.interfaces.system that return types with arguments of type IClientDescriptor Modifier and Type Method Description Map<String,IClientDescriptor>IAuthenticationHandler. getActiveClientDescriptors(UserContext uc, Set<String> clientNames)Returns the client descriptors for the given client names.List<IClientDescriptor>IAuthenticationHandler. getBackendClientDescriptors(UserContext uc)Finds all active client descriptors that are configured for the backend in order.List<IClientDescriptor>IAuthenticationHandler. getBackendInputClientDescriptors(UserContext uc)Finds all active client descriptors that are configured for the backend and that require direct input of credentials in order.List<IClientDescriptor>IAuthenticationHandler. getBackendRedirectClientDescriptors(UserContext uc)Finds all active client descriptors that are configured for the backend and redirect the user to an external IDP (in order). -
Uses of IClientDescriptor in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system that return IClientDescriptor Modifier and Type Method Description IClientDescriptorAuthenticationHandler. getActiveClientDescriptor(UserContext uc, String clientName)static IClientDescriptorAuthenticationHandler. getClient(IEntityContext ec, String clientName)Returns theclientfor the given client name.IClientDescriptorAuthenticationHandler. getClientDescriptor(UserContext uc, String clientName)Methods in de.xima.fc.handler.system that return types with arguments of type IClientDescriptor Modifier and Type Method Description Map<String,IClientDescriptor>AuthenticationHandler. getActiveClientDescriptors(UserContext uc, Set<String> clientNames)List<IClientDescriptor>AuthenticationHandler. getBackendClientDescriptors(UserContext uc)List<IClientDescriptor>AuthenticationHandler. getBackendInputClientDescriptors(UserContext uc)List<IClientDescriptor>AuthenticationHandler. getBackendRedirectClientDescriptors(UserContext uc) -
Uses of IClientDescriptor in de.xima.fc.interfaces.auth
Methods in de.xima.fc.interfaces.auth that return IClientDescriptor Modifier and Type Method Description @NotNull IClientDescriptorIAuthenticationContext. getAuthenticationClient()IClientDescriptorIFormAuthContext. getAutoExecutableIndirectClient()Returns the descriptor for the indirect client that may be executed automatically.@NotNull IClientDescriptorIAuthenticatorClients. getClientDescriptor()Returns the descriptor for these client.IClientDescriptorIUserReferenceResolver. getClientDescriptor() -
Uses of IClientDescriptor in de.xima.fc.interfaces.auth.config
Methods in de.xima.fc.interfaces.auth.config that return IClientDescriptor Modifier and Type Method Description @NotNull IClientDescriptorIAuthenticatorConfigWrapper. getClientDescriptor() -
Uses of IClientDescriptor in de.xima.fc.interfaces.plugin.retval.auth.filter
Methods in de.xima.fc.interfaces.plugin.retval.auth.filter that return IClientDescriptor Modifier and Type Method Description IClientDescriptorIPluginProfileFilterAttributeOptionsGetParams. getClientDescriptor()IClientDescriptorIPluginProfileFilterMatchConditionGetParams. getClientDescriptor()IClientDescriptorIPluginProfileFilterValueGetParams. getClientDescriptor()IClientDescriptorIPluginProfileFilterValueOptionsGetParams. getClientDescriptor() -
Uses of IClientDescriptor in de.xima.fc.interfaces.security.config
Methods in de.xima.fc.interfaces.security.config that return types with arguments of type IClientDescriptor Modifier and Type Method Description List<IClientDescriptor>ISecurityConfig. getClientDescriptors() -
Uses of IClientDescriptor in de.xima.fc.mdl
Constructors in de.xima.fc.mdl with parameters of type IClientDescriptor Constructor Description AutoLoginInData(IClientDescriptor authenticationClient, String pac4jProfileId) -
Uses of IClientDescriptor in de.xima.fc.mdl.auth
Methods in de.xima.fc.mdl.auth that return IClientDescriptor Modifier and Type Method Description IClientDescriptorDefaultAuthenticatorClients. getClientDescriptor()Methods in de.xima.fc.mdl.auth with parameters of type IClientDescriptor Modifier and Type Method Description static DefaultAuthenticatorClients.BuilderDefaultAuthenticatorClients. newBuilder(IClientDescriptor clientDescriptor) -
Uses of IClientDescriptor in de.xima.fc.mdl.auth.client
Methods in de.xima.fc.mdl.auth.client that return IClientDescriptor Modifier and Type Method Description static IClientDescriptorClientDescriptorFactory. forAuthenticator(IAuthenticator<?> authenticator)static IClientDescriptorClientDescriptorFactory. forType(EAuthClientType type)static IClientDescriptorClientDescriptorFactory. password(String password, boolean hashed) -
Uses of IClientDescriptor in de.xima.fc.mdl.auth.config
Methods in de.xima.fc.mdl.auth.config that return IClientDescriptor Modifier and Type Method Description IClientDescriptorVirtualAuthenticatorConfig. getClientDescriptor() -
Uses of IClientDescriptor in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums with parameters of type IClientDescriptor Modifier and Type Method Description static EAuthenticatorRenderTypeEAuthenticatorRenderType. forBackend(IClientDescriptor client) -
Uses of IClientDescriptor in de.xima.fc.mdl.profile
Methods in de.xima.fc.mdl.profile with parameters of type IClientDescriptor Modifier and Type Method Description Set<Long>UserProfileProperties. getIndirectClientAuthorizations(IClientDescriptor client)Set<Long>UserProfileProperties. putIndirectClientAuthorizations(IClientDescriptor client, Set<Long> indirectClientAuthorizationIds) -
Uses of IClientDescriptor in de.xima.fc.security.authorization.filter
Methods in de.xima.fc.security.authorization.filter with parameters of type IClientDescriptor Modifier and Type Method Description static ProfileFilterExtensionServiceProfileFilterExtensionService. newInstance(IClientDescriptor clientDescriptor, boolean cachingEnabled) -
Uses of IClientDescriptor in de.xima.fc.security.cache
Methods in de.xima.fc.security.cache with parameters of type IClientDescriptor 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 voidAuthClientCache. removeClients(IClientDescriptor clientDescriptor)Method parameters in de.xima.fc.security.cache with type arguments of type IClientDescriptor 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 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 IClientDescriptor in de.xima.fc.security.helper
Methods in de.xima.fc.security.helper that return IClientDescriptor Modifier and Type Method Description static IClientDescriptorSecurityProfileHelper. getAuthenticationClient(org.pac4j.core.profile.UserProfile profile)static IClientDescriptorSecurityEntityHelper. getClientDescriptor(String clientName)Methods in de.xima.fc.security.helper with parameters of type IClientDescriptor Modifier and Type Method Description static StringSecurityLdapHelper. getLdapBaseDn(IClientDescriptor descriptor)static IntegerSecurityLdapHelper. getLdapPageSize(IClientDescriptor descriptor) -
Uses of IClientDescriptor in de.xima.fc.security.interfaces.config
Methods in de.xima.fc.security.interfaces.config that return types with arguments of type IClientDescriptor Modifier and Type Method Description List<IClientDescriptor>IBaseLoginConfig. getClients()List<IClientDescriptor>IBaseLoginPageConfig. getClientsByRenderingType(EAuthenticatorRenderType renderType)Methods in de.xima.fc.security.interfaces.config with parameters of type IClientDescriptor Modifier and Type Method Description EAuthRedirectTargetIBaseLoginPageConfig. getRedirectTarget(IClientDescriptor client) -
Uses of IClientDescriptor in de.xima.fc.security.msgraph
Methods in de.xima.fc.security.msgraph with parameters of type IClientDescriptor Modifier and Type Method Description static MsGraphClientBuilderMsGraphClientBuilder. forClient(IClientDescriptor clientDescriptor) -
Uses of IClientDescriptor in de.xima.fc.security.pac4j.client
Methods in de.xima.fc.security.pac4j.client with parameters of type IClientDescriptor 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 List<org.pac4j.core.client.Client>BackendClientFactory. direct(IClientDescriptor descriptor)Creates all direct backend clients from the given client descriptor.static List<org.pac4j.core.client.Client>FormClientFactory. direct(IClientDescriptor descriptor)Creates all direct form clients from the given client descriptor.static IAuthenticatorClientsClientFactory. forDescriptor(IClientDescriptor clientDescriptor)static List<org.pac4j.core.client.Client>DirectClientFactory. forDescriptor(IClientDescriptor clientDescriptor)static org.pac4j.core.client.ClientIndirectClientFactory. forDescriptor(IClientDescriptor clientDescriptor)static org.pac4j.core.client.ClientBackendClientFactory. indirect(IClientDescriptor descriptor)Creates the indirect backend client from the given client descriptor.static org.pac4j.core.client.ClientFormClientFactory. indirect(IClientDescriptor descriptor)Creates the indirect form client from the given client descriptor. -
Uses of IClientDescriptor in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper with parameters of type IClientDescriptor Modifier and Type Method Description static IndirectClientAuthorizationEntityDummyFactory. dummyIndirectClientAuthorization(IClientDescriptor clientDescriptor, String name, Mandant client, Rolle... roles)static ProjectAuthenticatorConfigEntityDummyFactory. dummyProjectAuthenticatorConfig(Projekt project, IClientDescriptor client)static UserIdentityEntityDummyFactory. dummyUserIdentity(IClientDescriptor client, String identifier) -
Uses of IClientDescriptor in de.xima.fc.testhelper.security.pac4j
Methods in de.xima.fc.testhelper.security.pac4j with parameters of type IClientDescriptor Modifier and Type Method Description static DummyProfileBuilderDummyProfileBuilder. newBuilder(String id, IClientDescriptor clientDescriptor) -
Uses of IClientDescriptor in de.xima.fc.utils
Methods in de.xima.fc.utils that return IClientDescriptor Modifier and Type Method Description static IClientDescriptorUserMgmtUtils. getAuthenticationClientFromAuthenticationAttribute(org.pac4j.core.profile.UserProfile pac4jProfile)Gets the client descriptor of the client that authenticated the user if it has been set in the authentication attributes of the given profile.Methods in de.xima.fc.utils with parameters of type IClientDescriptor Modifier and Type Method Description static StringUserMgmtUtils. getUniversalReferenceIdClientPrefix(IClientDescriptor descriptor)Returns the prefix of the authentication client for creating the universal reference ID for a user. -
Uses of IClientDescriptor in de.xima.fc.web.common.auth
Methods in de.xima.fc.web.common.auth that return IClientDescriptor Modifier and Type Method Description IClientDescriptorFormAuthContext. getAutoExecutableIndirectClient() -
Uses of IClientDescriptor in de.xima.fc.web.common.auth.wrapper.config
Methods in de.xima.fc.web.common.auth.wrapper.config that return IClientDescriptor Modifier and Type Method Description IClientDescriptorAnyoneConfigWrapper. getClientDescriptor()IClientDescriptorDistinctUserConfigWrapper. getClientDescriptor()IClientDescriptorPasswordConfigWrapper. getClientDescriptor() -
Uses of IClientDescriptor in de.xima.fc.web.common.auth.wrapper.config.render
Methods in de.xima.fc.web.common.auth.wrapper.config.render with parameters of type IClientDescriptor Modifier and Type Method Description static IAuthenticatorConfigRendererAuthenticatorRendererFactory. getRenderer(IClientDescriptor clientDescriptor)Creates a newauthenticator rendererfor the given client.
-