Uses of Interface
de.xima.fc.interfaces.auth.IClientDescriptor
Packages that use IClientDescriptor
Package
Description
Package for the API access of the model classes.
Package for API access to system configuration.
Package für Datenbankentitäten
Interfaces für Datenbankentitäten
Allgemeine Modellklassen, nicht Datenbankpersitiert
Commonly used enumeration that are mainly used in model classes.
Package für Utilsklassen
-
Uses of IClientDescriptor in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity with parameters of type IClientDescriptorModifier and TypeMethodDescriptionUserTokenAPI.createRefreshToken(UserContext uc, @NotNull RefreshTokenUserDataDTO refreshTokenUserDataDTO, String issuer, @NotNull IClientDescriptor clientDescriptor) Creates a refresh token.UserTokenAPI.updateRefreshToken(UserContext uc, @NotBlank String refreshToken, @NotNull IClientDescriptor clientDescriptor) Updates the refresh token. -
Uses of IClientDescriptor in de.xima.fc.api.rest.impl.common.security.pac4j.client
Methods in de.xima.fc.api.rest.impl.common.security.pac4j.client with parameters of type IClientDescriptorModifier and TypeMethodDescriptionstatic IAuthenticatorClientsRestClientFactory.clients(IClientDescriptor descriptor) -
Uses of IClientDescriptor in de.xima.fc.api.rest.pub.impl.security.model.response.authenticator
Methods in de.xima.fc.api.rest.pub.impl.security.model.response.authenticator that return types with arguments of type IClientDescriptorModifier and TypeMethodDescriptionstatic BiFunction<PagedResult<IClientDescriptor>, Locale, IResourcePage<?>> AuthenticatorResourcePage.pagedResultConverter(int page, int pageSize, javax.ws.rs.core.UriInfo uriInfo, javax.servlet.http.HttpServletRequest request) Constructors in de.xima.fc.api.rest.pub.impl.security.model.response.authenticator with parameters of type IClientDescriptorModifierConstructorDescriptionBaseAuthenticatorResource(IClientDescriptor clientDescriptor, javax.ws.rs.core.UriInfo uriInfo, javax.servlet.http.HttpServletRequest request, Locale locale) DetailedAuthenticatorResource(IClientDescriptor clientDescriptor, javax.ws.rs.core.UriInfo uriInfo, javax.servlet.http.HttpServletRequest request, Locale locale) -
Uses of IClientDescriptor in de.xima.fc.api.rest.pub.impl.user_portal.model.response.security
Methods in de.xima.fc.api.rest.pub.impl.user_portal.model.response.security that return types with arguments of type IClientDescriptorModifier and TypeMethodDescriptionstatic BiFunction<PagedResult<IClientDescriptor>, Locale, IResourcePage<?>> AuthenticatorResourcePage.pagedResultConverter(UserPortal userPortal, int page, int pageSize, javax.ws.rs.core.UriInfo uriInfo, javax.servlet.http.HttpServletRequest request) Constructors in de.xima.fc.api.rest.pub.impl.user_portal.model.response.security with parameters of type IClientDescriptorModifierConstructorDescriptionBaseAuthenticatorResource(IClientDescriptor clientDescriptor, UserPortal userPortal, javax.ws.rs.core.UriInfo uriInfo, javax.servlet.http.HttpServletRequest request, Locale locale) -
Uses of IClientDescriptor in de.xima.fc.api.system
Methods in de.xima.fc.api.system that return IClientDescriptorModifier and TypeMethodDescriptionAuthenticationAPI.getActiveClientDescriptor(UserContext uc, String clientName) Returns the client descriptor for the given client name.AuthenticationAPI.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 IClientDescriptorModifier and TypeMethodDescriptionAuthenticationAPI.getActiveClientDescriptors(UserContext uc, Set<String> clientNames) Returns the client descriptors for the given client names.AuthenticationAPI.getBackendClientDescriptors(UserContext uc) Finds all active client descriptors that are configured for the backend in order.AuthenticationAPI.getBackendInputClientDescriptors(UserContext uc) Finds all active client descriptors that are configured for the backend and require direct input of creadentials (in order).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).AuthenticationAPI.getClientDescriptorsByTenant(UserContext uc, UUID tenantUuid) AuthenticationAPI.getClientDescriptorsByUserPortal(UserContext uc, UserPortal userPortal, int page, int pageSize) AuthenticationAPI.getClientDescriptorsByUserPortal(UserContext uc, UUID userPortalUuid, int page, int pageSize) AuthenticationAPI.getRestClientDescriptors(UserContext uc) Finds all active client descriptors that are available for the REST API. -
Uses of IClientDescriptor in de.xima.fc.auth
Methods in de.xima.fc.auth that return types with arguments of type IClientDescriptorModifier and TypeMethodDescriptionstatic 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.static List<IClientDescriptor> ClientDescriptorHelper.getBackendRedirectClientDescriptors(IEntityContext ec) Deprecated.UseClientDescriptorHelper.getBackendClientDescriptors(IEntityContext)and filter withEAuthenticatorRenderTypeinstead.static Set<IClientDescriptor> ClientDescriptorHelper.getRestClientDescriptors(IEntityContext ec) Methods in de.xima.fc.auth with parameters of type IClientDescriptorModifier and TypeMethodDescriptionstatic booleanClientDescriptorHelper.hasLicenseAccess(IClientDescriptor clientDescriptor, Mandant client) Checks if the given client descriptor has license access for the given client or for the system if the client isnull.static booleanClientDescriptorHelper.hasLicenseAccess(IClientDescriptor descriptor, LicenseAccess licenseAccess) static voidClientDescriptorHelper.initialize(IClientDescriptor descriptor) static booleanClientDescriptorHelper.isActive(IEntityContext ec, IClientDescriptor descriptor) Checks if the given client descriptor is active (and valid).static booleanClientDescriptorHelper.isActiveAndLicensed(IClientDescriptor descriptor, Mandant client) Checks if the given client descriptor is active (and valid).Constructors in de.xima.fc.auth with parameters of type IClientDescriptorModifierConstructorDescriptionAuthLoginUrlBuilder(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.impl
Methods in de.xima.fc.dao.impl with parameters of type IClientDescriptorModifier and TypeMethodDescriptionUserRefreshTokenDao.createRefreshToken(IEntityContext ec, RefreshTokenUserDataDTO refreshTokenUserDataDTO, String issuer, IClientDescriptor clientDescriptor) UserRefreshTokenDao.updateRefreshToken(IEntityContext ec, String refreshToken, IClientDescriptor clientDescriptor) -
Uses of IClientDescriptor in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces with parameters of type IClientDescriptorModifier and TypeMethodDescriptionIUserRefreshTokenDao.createRefreshToken(IEntityContext ec, RefreshTokenUserDataDTO refreshTokenUserDataDTO, String issuer, IClientDescriptor clientDescriptor) IUserRefreshTokenDao.updateRefreshToken(IEntityContext ec, String refreshToken, IClientDescriptor clientDescriptor) -
Uses of IClientDescriptor in de.xima.fc.dao.utils
Methods in de.xima.fc.dao.utils that return IClientDescriptorModifier and TypeMethodDescriptionstatic IClientDescriptorClientDescriptorDaoHelper.getClient(IEntityContext ec, String clientName) Returns theclientfor the given client name.Methods in de.xima.fc.dao.utils that return types with arguments of type IClientDescriptorModifier and TypeMethodDescriptionstatic List<IClientDescriptor> ClientDescriptorDaoHelper.getClientDescriptorsByTenant(IEntityContext ec, UUID tenantUuid) Returns a list of allclientsthat are available for tenant with the given UUID.Methods in de.xima.fc.dao.utils with parameters of type IClientDescriptorModifier and TypeMethodDescriptionstatic com.unboundid.ldap.sdk.LDAPConnectionLdapConnectionFactory.newLdapConnection(IEntityContext ec, IClientDescriptor descriptor) Constructors in de.xima.fc.dao.utils with parameters of type IClientDescriptorModifierConstructorDescriptionUserAttributeConditionCheck(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 IClientDescriptorModifier and TypeMethodDescriptionAAuthenticatorConfig.getClientDescriptor()IndirectClientAuthorization.getClientDescriptor()UserCredentials.getClientDescriptor()@NotNull IClientDescriptorUserIdentity.getClientDescriptor()UserRefreshToken.getClientDescriptor()Methods in de.xima.fc.entities with parameters of type IClientDescriptorModifier and TypeMethodDescriptionUserProfile.getUserIdentity(String identifier, IClientDescriptor clientDescriptor) voidAAuthenticatorConfig.setClientDescriptor(IClientDescriptor clientDescriptor) voidIndirectClientAuthorization.setClientDescriptor(IClientDescriptor clientDescriptor) voidUserIdentity.setClientDescriptor(IClientDescriptor clientDescriptor) voidUserRefreshToken.setClientDescriptor(IClientDescriptor clientDescriptor) Sets the client descriptor for connecting the authenticator to the user refresh token. -
Uses of IClientDescriptor in de.xima.fc.entities.interfaces
Methods in de.xima.fc.entities.interfaces that return IClientDescriptorModifier and TypeMethodDescription@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 IClientDescriptorModifier and TypeMethodDescriptionstatic 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 IClientDescriptorModifier and TypeFieldDescriptionprotected DataTableEntriesModel<IClientDescriptor> AExternalUserBean.modelMethods in de.xima.fc.gui.bean that return types with arguments of type IClientDescriptorModifier and TypeMethodDescriptionAExternalUserBean.getModel()protected abstract DataTableEntriesModel<IClientDescriptor> AExternalUserBean.newModel()Methods in de.xima.fc.gui.bean with parameters of type IClientDescriptorModifier and TypeMethodDescriptionAExternalUserBean.getBeanHelperForSelected(IClientDescriptor selected, Mandant client) AExternalUserBean.getDescription(IClientDescriptor descriptor) AExternalUserBean.getIconStyle(IClientDescriptor client) AExternalUserBean.getIconStyleClass(IClientDescriptor client) AExternalUserBean.getIconValue(IClientDescriptor client) AExternalUserBean.getName(IClientDescriptor descriptor) AExternalUserBean.getNameStyleClass(IClientDescriptor descriptor) protected abstract IPluginAuthenticatorTypeAExternalUserBean.getPluginForAuthenticator(IClientDescriptor selected) AExternalUserBean.getRowKey(IClientDescriptor descriptor) AExternalUserBean.getRowStyleClass(IClientDescriptor descriptor) AExternalUserBean.getSelectColumnStyleClass(IClientDescriptor descriptor) protected static StringAExternalUserBean.getSelectionStoreValue(IClientDescriptor descriptor) booleanAExternalUserBean.hasCallbackUrl(IClientDescriptor descriptor) protected voidAExternalUserBean.invokeOnAuthenticatorSelectedCallback(PluginBeanHelper<IPluginAuthenticatorCustomGUIBean, IPluginAuthenticatorType> beanHelper, IClientDescriptor selected) booleanAExternalUserBean.isRedirectClient(IClientDescriptor descriptor) booleanAExternalUserBean.isSelectionDisabled(IClientDescriptor descriptor) booleanAExternalUserBean.showOidcTokenExpirationAdvancedWarning(IClientDescriptor client) -
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 IClientDescriptorModifier and TypeMethodDescriptionLoginLayoutConfigurationBean.getInputClientOptions()LoginLayoutConfigurationBean.getInputClients()LoginLayoutConfigurationBean.getRedirectClientOptions()LoginLayoutConfigurationBean.getRedirectClients()protected DataTableEntriesModel<IClientDescriptor> ExternalUserSystemBean.newModel()Methods in de.xima.fc.gui.bean.settings with parameters of type IClientDescriptorModifier and TypeMethodDescriptionLoginLayoutConfigurationBean.getIconStyle(IClientDescriptor client) LoginLayoutConfigurationBean.getIconStyleClass(IClientDescriptor client) LoginLayoutConfigurationBean.getIconValue(IClientDescriptor client) LoginLayoutConfigurationBean.getName(IClientDescriptor descriptor) protected IPluginAuthenticatorTypeExternalUserSystemBean.getPluginForAuthenticator(IClientDescriptor selected) LoginLayoutConfigurationBean.getRedirectProps(IClientDescriptor descriptor) LoginLayoutConfigurationBean.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 IClientDescriptorModifier and TypeMethodDescriptionvoidLoginLayoutConfigurationBean.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 IClientDescriptorMethods in de.xima.fc.gui.bean.user that return types with arguments of type IClientDescriptorModifier and TypeMethodDescriptionprotected DataTableEntriesModel<IClientDescriptor> ExternalUserClientBean.newModel()Methods in de.xima.fc.gui.bean.user with parameters of type IClientDescriptorModifier and TypeMethodDescriptionvoidInputClientSigninBean.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 -
Uses of IClientDescriptor in de.xima.fc.gui.common.bean.profile
Methods in de.xima.fc.gui.common.bean.profile that return IClientDescriptorModifier and TypeMethodDescriptionUserIdentityPanelBean.getNewIdentityClient()UserIdentityPanelBean.getSelectedInputClient()Methods in de.xima.fc.gui.common.bean.profile that return types with arguments of type IClientDescriptorModifier and TypeMethodDescriptionUserIdentityPanelBean.getClientButtonValueFunction()UserIdentityPanelBean.getClientDescriptors()Methods in de.xima.fc.gui.common.bean.profile with parameters of type IClientDescriptorModifier and TypeMethodDescriptionUserIdentityPanelBean.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 IClientDescriptorModifier and TypeMethodDescriptionUserSignupBean.getSelectedInputClient()IdentityProviderBean.getSelectedRedirectClient()Methods in de.xima.fc.gui.common.bean.security that return types with arguments of type IClientDescriptorModifier and TypeMethodDescriptionIdentityProviderBean.getAllClients()UserSignupBean.getClientButtonValueFunction()IdentityProviderBean.getInputClients()IdentityProviderBean.getNonFormInputClients()IdentityProviderBean.getRedirectClients()Methods in de.xima.fc.gui.common.bean.security with parameters of type IClientDescriptorModifier and TypeMethodDescriptionIdentityProviderBean.getCurrentBackendLoginUri(IClientDescriptor descriptor) IdentityProviderBean.getCurrentLoginUri(IClientDescriptor descriptor, IAuthenticationTarget authenticationTarget) IdentityProviderBean.getIconStyleClass(IClientDescriptor client) org.primefaces.model.menu.MenuModelIdentityProviderBean.getIdentityCheckMenuModel(Mandant client, IClientDescriptor descriptor, IAuthenticationTarget authenticationTarget, String menuItemI18nTemplate) IdentityProviderBean.getIframeWindowHeight(IClientDescriptor descriptor) IdentityProviderBean.getIframeWindowWidth(IClientDescriptor descriptor) IdentityProviderBean.getLoginButtonValue(IClientDescriptor descriptor) IdentityProviderBean.getNewTabOnclick(IClientDescriptor descriptor) IdentityProviderBean.getRedirectTarget(IClientDescriptor descriptor) IdentityProviderBean.getWindowHeight(IClientDescriptor descriptor) IdentityProviderBean.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 -
Uses of IClientDescriptor in de.xima.fc.gui.model.auth
Methods in de.xima.fc.gui.model.auth that return IClientDescriptorConstructors in de.xima.fc.gui.model.auth with parameters of type IClientDescriptorModifierConstructorDescriptionAuthenticatorConfigViewModel(IEntityContext ec, IClientDescriptor clientDescriptor, Locale defaultLocale, WorkspaceScope workspace) -
Uses of IClientDescriptor in de.xima.fc.gui.model.user
Methods in de.xima.fc.gui.model.user that return IClientDescriptorConstructors in de.xima.fc.gui.model.user with parameters of type IClientDescriptorModifierConstructorDescriptionUserIdpData(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 IClientDescriptorModifier and TypeMethodDescriptionUserEmailServiceClient.Builder.withClientDescriptors(List<IClientDescriptor> clientDescriptors) -
Uses of IClientDescriptor in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity with parameters of type IClientDescriptorModifier and TypeMethodDescriptionUserTokenHandler.createRefreshToken(UserContext uc, RefreshTokenUserDataDTO refreshTokenUserDataDTO, String issuer, IClientDescriptor clientDescriptor) UserTokenHandler.updateRefreshToken(UserContext uc, String refreshToken, IClientDescriptor clientDescriptor) -
Uses of IClientDescriptor in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity with parameters of type IClientDescriptorModifier and TypeMethodDescriptionIUserTokenHandler.createRefreshToken(UserContext uc, RefreshTokenUserDataDTO refreshTokenUserDataDTO, String issuer, IClientDescriptor clientDescriptor) IUserTokenHandler.updateRefreshToken(UserContext uc, String refreshToken, IClientDescriptor clientDescriptor) -
Uses of IClientDescriptor in de.xima.fc.handler.interfaces.system
Methods in de.xima.fc.handler.interfaces.system that return IClientDescriptorModifier and TypeMethodDescriptionIAuthenticationHandler.getActiveClientDescriptor(UserContext uc, String clientName) Returns the client descriptor for the given client name.IAuthenticationHandler.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 IClientDescriptorModifier and TypeMethodDescriptionIAuthenticationHandler.getActiveClientDescriptors(UserContext uc, Set<String> clientNames) Returns the client descriptors for the given client names.IAuthenticationHandler.getBackendClientDescriptors(UserContext uc) Finds all active client descriptors that are configured for the backend in order.IAuthenticationHandler.getBackendInputClientDescriptors(UserContext uc) Finds all active client descriptors that are configured for the backend and that require direct input of credentials in order.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).IAuthenticationHandler.getClientDescriptorsByTenant(UserContext uc, UUID tenantUuid) Returns the client descriptor for the tenant with the given UUID.IAuthenticationHandler.getClientDescriptorsByUserPortal(UserContext uc, UserPortal userPortal, int page, int pageSize) Gets all client descriptors available for the given user portalIAuthenticationHandler.getClientDescriptorsByUserPortal(UserContext uc, UUID userPortalUuid, int page, int pageSize) Gets all client descriptors available for the user portal given by its UUID.IAuthenticationHandler.getRestClientDescriptors(UserContext uc) Finds all active client descriptors that are available for the REST API. -
Uses of IClientDescriptor in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system that return IClientDescriptorModifier and TypeMethodDescriptionAuthenticationHandler.getActiveClientDescriptor(UserContext uc, String clientName) static IClientDescriptorAuthenticationHandler.getClient(IEntityContext ec, String clientName) Returns theclientfor the given client name.AuthenticationHandler.getClientDescriptor(UserContext uc, String clientName) Methods in de.xima.fc.handler.system that return types with arguments of type IClientDescriptorModifier and TypeMethodDescriptionAuthenticationHandler.getActiveClientDescriptors(UserContext uc, Set<String> clientNames) AuthenticationHandler.getBackendClientDescriptors(UserContext uc) AuthenticationHandler.getBackendInputClientDescriptors(UserContext uc) AuthenticationHandler.getBackendRedirectClientDescriptors(UserContext uc) AuthenticationHandler.getClientDescriptorsByTenant(UserContext uc, UUID tenantUuid) AuthenticationHandler.getClientDescriptorsByUserPortal(UserContext uc, UserPortal userPortal, int page, int pageSize) AuthenticationHandler.getClientDescriptorsByUserPortal(UserContext uc, UUID userPortalUuid, int page, int pageSize) AuthenticationHandler.getRestClientDescriptors(UserContext uc) -
Uses of IClientDescriptor in de.xima.fc.inbox.model
Methods in de.xima.fc.inbox.model that return IClientDescriptorMethod parameters in de.xima.fc.inbox.model with type arguments of type IClientDescriptorModifier and TypeMethodDescriptionUserViewModel.Builder.withClientDescriptorCache(Map<String, IClientDescriptor> clientDescriptorCache) -
Uses of IClientDescriptor in de.xima.fc.inbox.model.messages
Method parameters in de.xima.fc.inbox.model.messages with type arguments of type IClientDescriptorModifier and TypeMethodDescriptionstatic MessageViewModelMessageViewModel.fromFormRecordMessage(FormRecordMessage message, Set<UserProfile> profilesCache, Map<String, IClientDescriptor> clientDescriptorCache, Locale locale, Set<IPluginMessageService<?>> pluginMessageServices, UserRef currentUserRef) FulfilledUploadRequestViewMessage.fromUploadRequest(FormRecordMessageUploadRequest uploadRequest, Set<UserViewModel> formRecordSubmitters, Map<String, IClientDescriptor> clientDescriptorCache, Set<UserProfile> userProfilesCache, Locale locale) -
Uses of IClientDescriptor in de.xima.fc.interfaces.auth
Methods in de.xima.fc.interfaces.auth that return IClientDescriptorModifier and TypeMethodDescription@NotNull IClientDescriptorIAuthenticationContext.getAuthenticationClient()IFormAuthContext.getAutoExecutableIndirectClient()Returns the descriptor for the indirect client that may be executed automatically.@NotNull IClientDescriptorIAuthenticatorClients.getClientDescriptor()Returns the descriptor for these client.IUserReferenceResolver.getClientDescriptor() -
Uses of IClientDescriptor in de.xima.fc.interfaces.auth.config
Methods in de.xima.fc.interfaces.auth.config that return IClientDescriptorModifier and TypeMethodDescription@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 IClientDescriptorModifier and TypeMethodDescriptionIPluginProfileFilterAttributeOptionsGetParams.getClientDescriptor()IPluginProfileFilterMatchConditionGetParams.getClientDescriptor()IPluginProfileFilterValueGetParams.getClientDescriptor()IPluginProfileFilterValueOptionsGetParams.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 -
Uses of IClientDescriptor in de.xima.fc.interfaces.workflow
Methods in de.xima.fc.interfaces.workflow that return types with arguments of type IClientDescriptor -
Uses of IClientDescriptor in de.xima.fc.mdl
Constructors in de.xima.fc.mdl with parameters of type IClientDescriptorModifierConstructorDescriptionAutoLoginInData(IClientDescriptor authenticationClient, String pac4jProfileId) -
Uses of IClientDescriptor in de.xima.fc.mdl.auth
Methods in de.xima.fc.mdl.auth that return IClientDescriptorMethods in de.xima.fc.mdl.auth with parameters of type IClientDescriptorModifier and TypeMethodDescriptionDefaultAuthenticatorClients.newBuilder(IClientDescriptor clientDescriptor) -
Uses of IClientDescriptor in de.xima.fc.mdl.auth.client
Methods in de.xima.fc.mdl.auth.client that return IClientDescriptorModifier and TypeMethodDescriptionstatic IClientDescriptorClientDescriptorFactory.forAuthenticator(IAuthenticator<?> authenticator) static IClientDescriptorClientDescriptorFactory.forType(EAuthClientType type) static IClientDescriptorClientDescriptorFactory.generatedPassword(String password, boolean hashed, String passwordType) static IClientDescriptor -
Uses of IClientDescriptor in de.xima.fc.mdl.auth.config
Methods in de.xima.fc.mdl.auth.config that return IClientDescriptor -
Uses of IClientDescriptor in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums with parameters of type IClientDescriptorModifier and TypeMethodDescriptionstatic EAuthenticatorRenderTypeEAuthenticatorRenderType.forBackend(IClientDescriptor client) -
Uses of IClientDescriptor in de.xima.fc.mdl.profile
Methods in de.xima.fc.mdl.profile with parameters of type IClientDescriptorModifier and TypeMethodDescriptionUserProfileProperties.getIndirectClientAuthorizations(IClientDescriptor client) 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 IClientDescriptorModifier and TypeMethodDescriptionProfileFilterExtensionService.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 IClientDescriptorModifier and TypeMethodDescriptionstatic 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 IClientDescriptorModifier 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 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.static voidAuthClientCache.registerClientFactory(String authenticationTarget, com.google.common.base.Function<IClientDescriptor, IAuthenticatorClients> clientFactory) -
Uses of IClientDescriptor in de.xima.fc.security.helper
Methods in de.xima.fc.security.helper that return IClientDescriptorModifier and TypeMethodDescriptionstatic IClientDescriptorSecurityProfileHelper.getAuthenticationClient(org.pac4j.core.profile.UserProfile profile) static IClientDescriptorSecurityEntityHelper.getClientDescriptor(String clientName) Methods in de.xima.fc.security.helper with parameters of type IClientDescriptorModifier and TypeMethodDescriptionstatic 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 IClientDescriptorModifier and TypeMethodDescriptionIBaseLoginConfig.getClients()IBaseLoginPageConfig.getClientsByRenderingType(EAuthenticatorRenderType renderType) Methods in de.xima.fc.security.interfaces.config with parameters of type IClientDescriptorModifier and TypeMethodDescriptionIBaseLoginPageConfig.getRedirectTarget(IClientDescriptor client) -
Uses of IClientDescriptor in de.xima.fc.security.msgraph
Methods in de.xima.fc.security.msgraph with parameters of type IClientDescriptorModifier and TypeMethodDescriptionstatic 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 IClientDescriptorModifier and TypeMethodDescriptionstatic 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.Constructor parameters in de.xima.fc.security.pac4j.client with type arguments of type IClientDescriptorModifierConstructorDescriptionDynamicClients(String authTarget, Supplier<List<IClientDescriptor>> clientDescriptorSupplier) DynamicClients(String authTarget, Supplier<List<IClientDescriptor>> clientDescriptorSupplier, boolean useDirectClient, boolean useIndirectClient) -
Uses of IClientDescriptor in de.xima.fc.security.token
Methods in de.xima.fc.security.token with parameters of type IClientDescriptorModifier and TypeMethodDescriptionstatic StringInternalTokenController.buildIssuer(IClientDescriptor clientDescriptor, org.pac4j.core.context.WebContext webContext) Builds the issuer URL for the given client descriptor. -
Uses of IClientDescriptor in de.xima.fc.security.token.adapter
Methods in de.xima.fc.security.token.adapter with parameters of type IClientDescriptorModifier and TypeMethodDescriptionITokenAdapter.getAccessTokenHeader(IClientDescriptor clientDescriptor) ITokenAdapter.getAccessTokenHeaderPrefix(IClientDescriptor clientDescriptor) -
Uses of IClientDescriptor in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper with parameters of type IClientDescriptorModifier and TypeMethodDescriptionstatic IndirectClientAuthorizationEntityDummyFactory.dummyIndirectClientAuthorization(IClientDescriptor clientDescriptor, String name, Mandant client, Rolle... roles) static ProjectAuthenticatorConfigEntityDummyFactory.dummyProjectAuthenticatorConfig(Projekt project, IClientDescriptor client) static UserIdentityEntityDummyFactory.dummyUserIdentity(IClientDescriptor client, String identifier) static UserIdentityEntityDummyFactory.dummyUserIdentity(IClientDescriptor client, String identifier, UserProfile profile) static UserPortalAuthConfigEntityDummyFactory.dummyUserPortalAuthConfig(UserPortalLoginConfig loginConfig, IClientDescriptor clientDescriptor, int orderIndex) -
Uses of IClientDescriptor in de.xima.fc.testhelper.security.pac4j
Methods in de.xima.fc.testhelper.security.pac4j with parameters of type IClientDescriptorModifier and TypeMethodDescriptionstatic DummyProfileBuilderDummyProfileBuilder.newBuilder(String id, IClientDescriptor clientDescriptor) -
Uses of IClientDescriptor in de.xima.fc.user_portal.integration.security.pac4j.client
Methods in de.xima.fc.user_portal.integration.security.pac4j.client with parameters of type IClientDescriptorModifier and TypeMethodDescriptionstatic IAuthenticatorClientsUserPortalClientFactory.clients(IClientDescriptor descriptor) -
Uses of IClientDescriptor in de.xima.fc.utils
Methods in de.xima.fc.utils that return IClientDescriptorModifier and TypeMethodDescriptionstatic 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 IClientDescriptorModifier and TypeMethodDescriptionstatic 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 -
Uses of IClientDescriptor in de.xima.fc.web.common.auth.wrapper.config
Methods in de.xima.fc.web.common.auth.wrapper.config that return IClientDescriptorModifier and TypeMethodDescriptionAnyoneConfigWrapper.getClientDescriptor()DistinctUserConfigWrapper.getClientDescriptor()GeneratedPasswordConfigWrapper.getClientDescriptor()PasswordConfigWrapper.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 IClientDescriptorModifier and TypeMethodDescriptionstatic IAuthenticatorConfigRendererAuthenticatorRendererFactory.getRenderer(IClientDescriptor clientDescriptor) Creates a newauthenticator rendererfor the given client. -
Uses of IClientDescriptor in de.xima.fc.workflow.designer.bean
Methods in de.xima.fc.workflow.designer.bean that return IClientDescriptorMethods in de.xima.fc.workflow.designer.bean that return types with arguments of type IClientDescriptor -
Uses of IClientDescriptor in de.xima.fc.workflow.designer.model
Methods in de.xima.fc.workflow.designer.model that return types with arguments of type IClientDescriptorMethod parameters in de.xima.fc.workflow.designer.model with type arguments of type IClientDescriptorModifier and TypeMethodDescriptionvoidWorkflowRequestContextModel.setClientDescriptors(List<IClientDescriptor> clientDescriptors) -
Uses of IClientDescriptor in de.xima.fc.workflow.processor.logic.validation
Methods in de.xima.fc.workflow.processor.logic.validation that return types with arguments of type IClientDescriptor
ClientDescriptorHelper.getBackendClientDescriptors(IEntityContext)and filter withEAuthenticatorRenderTypeinstead.