Uses of Interface
de.xima.fc.interfaces.auth.IClientDescriptor
Packages that use IClientDescriptor
Package
Description
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.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 theclient
for 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). -
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 withEAuthenticatorRenderType
instead.Methods in de.xima.fc.auth with parameters of type IClientDescriptorModifier and TypeMethodDescriptionstatic boolean
ClientDescriptorHelper.hasLicenseAccess
(IClientDescriptor descriptor, LicenseAccess licenseAccess) static boolean
ClientDescriptorHelper.isActive
(IClientDescriptor descriptor) 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.utils
Methods in de.xima.fc.dao.utils with parameters of type IClientDescriptorModifier and TypeMethodDescriptionstatic com.unboundid.ldap.sdk.LDAPConnection
LdapConnectionFactory.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()
UserIdentity.getClientDescriptor()
Methods in de.xima.fc.entities with parameters of type IClientDescriptorModifier and TypeMethodDescriptionUserProfile.getUserIdentity
(String identifier, IClientDescriptor clientDescriptor) void
IndirectClientAuthorization.setClientDescriptor
(IClientDescriptor clientDescriptor) void
UserIdentity.setClientDescriptor
(IClientDescriptor clientDescriptor) -
Uses of IClientDescriptor in de.xima.fc.entities.interfaces
Methods in de.xima.fc.entities.interfaces that return IClientDescriptorModifier and TypeMethodDescription@NotNull IClientDescriptor
IAuthenticatorConfig.getClientDescriptor()
@NotNull IClientDescriptor
IUserIdentity.getClientDescriptor()
-
Uses of IClientDescriptor in de.xima.fc.form.helper
Methods in de.xima.fc.form.helper with parameters of type IClientDescriptorModifier and TypeMethodDescriptionstatic String
URLHelper.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.model
Methods 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 IPluginAuthenticatorType
AExternalUserBean.getPluginForAuthenticator
(IClientDescriptor selected) AExternalUserBean.getRowKey
(IClientDescriptor descriptor) AExternalUserBean.getRowStyleClass
(IClientDescriptor descriptor) AExternalUserBean.getSelectColumnStyleClass
(IClientDescriptor descriptor) protected static String
AExternalUserBean.getSelectionStoreValue
(IClientDescriptor descriptor) boolean
AExternalUserBean.hasCallbackUrl
(IClientDescriptor descriptor) protected void
AExternalUserBean.invokeOnAuthenticatorSelectedCallback
(PluginBeanHelper<IPluginAuthenticatorCustomGUIBean, IPluginAuthenticatorType> beanHelper, IClientDescriptor selected) boolean
AExternalUserBean.isRedirectClient
(IClientDescriptor descriptor) boolean
AExternalUserBean.isSelectionDisabled
(IClientDescriptor descriptor) -
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 IPluginAuthenticatorType
ExternalUserSystemBean.getPluginForAuthenticator
(IClientDescriptor selected) LoginLayoutConfigurationBean.getRedirectProps
(IClientDescriptor descriptor) LoginLayoutConfigurationBean.getTypeName
(IClientDescriptor descriptor) boolean
LoginLayoutConfigurationBean.hasDescriptorLicenseAccess
(IClientDescriptor descriptor) boolean
LoginLayoutConfigurationBean.isActive
(IClientDescriptor descriptor) boolean
LoginLayoutConfigurationBean.isShowSuperUserOption
(IClientDescriptor descriptor) Method parameters in de.xima.fc.gui.bean.settings with type arguments of type IClientDescriptorModifier and TypeMethodDescriptionvoid
LoginLayoutConfigurationBean.setInputClients
(List<IClientDescriptor> inputClients) void
LoginLayoutConfigurationBean.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 TypeMethodDescriptionvoid
InputClientSigninBean.doIdentityCheck
(IClientDescriptor clientDescriptor, String identityCheckToken) void
InputClientSigninBean.doLogin
(IClientDescriptor clientDescriptor, IAuthenticationTarget target) protected IPluginAuthenticatorType
ExternalUserClientBean.getPluginForAuthenticator
(IClientDescriptor selected) boolean
UserDiscoveryBean.hasIdentity
(UserProfile profile, IClientDescriptor clientDescriptor, String identifier) void
ClientAuthorizationBean.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) void
UserIdentityPanelBean.setNewIdentityClient
(IClientDescriptor newIdentityClient) void
UserIdentityPanelBean.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.MenuModel
IdentityProviderBean.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) boolean
IdentityProviderBean.isClientAvailable
(IClientDescriptor client) boolean
IdentityProviderBean.isInputClientAvailable
(IClientDescriptor client) boolean
IdentityProviderBean.isRedirectClientAvailable
(IClientDescriptor client) void
UserSignupBean.setSelectedInputClient
(IClientDescriptor selectedInputClient) void
IdentityProviderBean.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.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.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 theclient
for 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). -
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 IClientDescriptor
AuthenticationHandler.getClient
(IEntityContext ec, String clientName) Returns theclient
for 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) -
Uses of IClientDescriptor in de.xima.fc.interfaces.auth
Methods in de.xima.fc.interfaces.auth that return IClientDescriptorModifier and TypeMethodDescription@NotNull IClientDescriptor
IAuthenticationContext.getAuthenticationClient()
IFormAuthContext.getAutoExecutableIndirectClient()
Returns the descriptor for the indirect client that may be executed automatically.@NotNull IClientDescriptor
IAuthenticatorClients.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 IClientDescriptor
IAuthenticatorConfigWrapper.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.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 IClientDescriptor
ClientDescriptorFactory.forAuthenticator
(IAuthenticator<?> authenticator) static IClientDescriptor
ClientDescriptorFactory.forType
(EAuthClientType type) 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 EAuthenticatorRenderType
EAuthenticatorRenderType.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 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 void
AuthClientCache.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. -
Uses of IClientDescriptor in de.xima.fc.security.helper
Methods in de.xima.fc.security.helper that return IClientDescriptorModifier and TypeMethodDescriptionstatic IClientDescriptor
SecurityProfileHelper.getAuthenticationClient
(org.pac4j.core.profile.UserProfile profile) static IClientDescriptor
SecurityEntityHelper.getClientDescriptor
(String clientName) Methods in de.xima.fc.security.helper with parameters of type IClientDescriptorModifier and TypeMethodDescriptionstatic String
SecurityLdapHelper.getLdapBaseDn
(IClientDescriptor descriptor) static Integer
SecurityLdapHelper.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 MsGraphClientBuilder
MsGraphClientBuilder.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 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 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 IAuthenticatorClients
ClientFactory.forDescriptor
(IClientDescriptor clientDescriptor) static List<org.pac4j.core.client.Client>
DirectClientFactory.forDescriptor
(IClientDescriptor clientDescriptor) static org.pac4j.core.client.Client
IndirectClientFactory.forDescriptor
(IClientDescriptor clientDescriptor) static org.pac4j.core.client.Client
BackendClientFactory.indirect
(IClientDescriptor descriptor) Creates the indirect backend client from the given client descriptor.static org.pac4j.core.client.Client
FormClientFactory.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 IClientDescriptorModifier and TypeMethodDescriptionstatic IndirectClientAuthorization
EntityDummyFactory.dummyIndirectClientAuthorization
(IClientDescriptor clientDescriptor, String name, Mandant client, Rolle... roles) static ProjectAuthenticatorConfig
EntityDummyFactory.dummyProjectAuthenticatorConfig
(Projekt project, IClientDescriptor client) static UserIdentity
EntityDummyFactory.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 IClientDescriptorModifier and TypeMethodDescriptionstatic DummyProfileBuilder
DummyProfileBuilder.newBuilder
(String id, IClientDescriptor clientDescriptor) -
Uses of IClientDescriptor in de.xima.fc.utils
Methods in de.xima.fc.utils that return IClientDescriptorModifier and TypeMethodDescriptionstatic IClientDescriptor
UserMgmtUtils.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 String
UserMgmtUtils.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()
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 IAuthenticatorConfigRenderer
AuthenticatorRendererFactory.getRenderer
(IClientDescriptor clientDescriptor) Creates a newauthenticator renderer
for the given client.
ClientDescriptorHelper.getBackendClientDescriptors(IEntityContext)
and filter withEAuthenticatorRenderType
instead.