Uses of Class
de.xima.fc.entities.UserIdentity
Packages that use UserIdentity
Package
Description
Package for the API access of the model classes.
Package for API access to system configuration.
Package für Datenbankentitäten
-
Uses of UserIdentity in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return UserIdentityModifier and TypeMethodDescriptionUserIdentityAPI.getByCallback(UserContext uc, String identifier, String clientName) Finds the user identity by the given callback information.UserIdentityAPI.getByRemovalUuid(UserContext uc, UUID removalUuid) Finds the user identity with the given removal UUID.UserIdentityAPI.getExisting(UserContext uc, UserIdentity identity) Gets another user identity with the same identifier information (client/identifier) if it exists.Methods in de.xima.fc.api.entity with parameters of type UserIdentityModifier and TypeMethodDescriptionUserIdentityAPI.getExisting(UserContext uc, UserIdentity identity) Gets another user identity with the same identifier information (client/identifier) if it exists.booleanUserIdentityAPI.isExisting(UserContext uc, UserIdentity identity) Checks whether or not another user identity exists with the same identifier information (client/identifier). -
Uses of UserIdentity in de.xima.fc.api.system
Methods in de.xima.fc.api.system with parameters of type UserIdentityModifier and TypeMethodDescriptionbooleanMailAPI.sendUserIdentityConnectedMail(UserContext uc, UserIdentity identity, String connectorEmail, Instant isntant, String remoteAddr, String userAgent, String baseUrl) Sends a mail informing the user profile owner about the connection of a newaccountwith the option to remove the account.booleanMailAPI.sendUserIdentityRemovalMail(UserContext uc, UserIdentity identity, String baseUrl) Sends a mail with a link to remove the given user identity to the primaryUserEmailof the identity's profile. -
Uses of UserIdentity in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return UserIdentityModifier and TypeMethodDescriptionUserIdentityDao.getByCallback(IEntityContext ec, String identifier, String clientName) UserIdentityDao.getByUuid(IEntityContext ec, String uuid) UserIdentityDao.getByUuid(IEntityContext ec, UUID uuid) UserIdentityDao.getExisting(IEntityContext ec, UserIdentity identity) Methods in de.xima.fc.dao.impl that return types with arguments of type UserIdentityModifier and TypeMethodDescriptionUserIdentityDao.getByClientName(IEntityContext ec, String clientName) protected IFCDaoActionHook<UserIdentity>UserIdentityDao.getPostActionHook()protected IFCDaoActionHook<UserIdentity>UserIdentityDao.getPreActionHook()Methods in de.xima.fc.dao.impl with parameters of type UserIdentityModifier and TypeMethodDescriptionvoidUserIdentityDao.assertUserIdentity(IEntityContext ec, UserIdentity identity) UserIdentityDao.getEntityRefs(IEntityContext ec, UserIdentity entity) UserIdentityDao.getExisting(IEntityContext ec, UserIdentity identity) booleanUserIdentityDao.isExisting(IEntityContext ec, UserIdentity identity) -
Uses of UserIdentity in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return UserIdentityModifier and TypeMethodDescriptionIUserIdentityDao.getByCallback(IEntityContext ec, String identifier, String clientName) Finds the user identity by the given callback information.IUserIdentityDao.getByUuid(IEntityContext ec, String uuid) Finds the user identity with the given UUID.IUserIdentityDao.getByUuid(IEntityContext ec, UUID uuid) Finds the user identity with the given UUID.IUserIdentityDao.getExisting(IEntityContext ec, UserIdentity identity) Gets another user identity with the same identifier information (client/identifier) if it exists.Methods in de.xima.fc.dao.interfaces that return types with arguments of type UserIdentityModifier and TypeMethodDescriptionIUserIdentityDao.getByClientName(IEntityContext ec, String clientName) Returns all user identities that use the client with the provided name.Methods in de.xima.fc.dao.interfaces with parameters of type UserIdentityModifier and TypeMethodDescriptionvoidIUserIdentityDao.assertUserIdentity(IEntityContext ec, UserIdentity identity) Checks if the user identity can be persisted (create/update).IUserIdentityDao.getExisting(IEntityContext ec, UserIdentity identity) Gets another user identity with the same identifier information (client/identifier) if it exists.booleanIUserIdentityDao.isExisting(IEntityContext ec, UserIdentity identity) Checks whether or not another user identity exists with the same identifier information (client/identifier). -
Uses of UserIdentity in de.xima.fc.entities
Methods in de.xima.fc.entities that return UserIdentityModifier and TypeMethodDescriptionUserProfile.getUserIdentity(String identifier, IClientDescriptor clientDescriptor) Methods in de.xima.fc.entities that return types with arguments of type UserIdentityMethods in de.xima.fc.entities with parameters of type UserIdentityModifier and TypeMethodDescriptionbooleanUserProfile.addUserIdentity(UserIdentity identity) booleanUserProfile.removeUserIdentity(UserIdentity identity) Method parameters in de.xima.fc.entities with type arguments of type UserIdentityModifier and TypeMethodDescriptionvoidUserProfile.setUserIdentities(List<UserIdentity> userIdentities) -
Uses of UserIdentity in de.xima.fc.gui.bean.user
Methods in de.xima.fc.gui.bean.user that return types with arguments of type UserIdentityModifier and TypeMethodDescriptionClientAuthorizationBean.getUserIdentities(IEntityClientAuthorization authorization) UserProfileAdministrationBean.getVerifiedUserIdentities(UserProfile profile) -
Uses of UserIdentity in de.xima.fc.gui.common.bean.profile
Methods in de.xima.fc.gui.common.bean.profile with parameters of type UserIdentityModifier and TypeMethodDescriptionbooleanUserIdentityPanelBean.canBeDeleted(UserIdentity identity) UserIdentityPanelBean.getClientDisplayName(UserIdentity identity) voidUserIdentityPanelBean.removeIdentity(UserIdentity identity, BiConsumer<javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse> profileUpdatedCallback) voidUserIdentityPanelBean.removeUserIdentityDirectly(UserIdentity identity, BiConsumer<javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse> profileUpdatedCallback) -
Uses of UserIdentity in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return UserIdentityModifier and TypeMethodDescriptionUserIdentityHandler.getByCallback(UserContext uc, String identitfier, String clientName) UserIdentityHandler.getByRemovalUuid(UserContext uc, UUID removalUuid) UserIdentityHandler.getExisting(UserContext uc, UserIdentity identity) Methods in de.xima.fc.handler.entity with parameters of type UserIdentityModifier and TypeMethodDescriptionUserIdentityHandler.getExisting(UserContext uc, UserIdentity identity) booleanUserIdentityHandler.isExisting(UserContext uc, UserIdentity identity) -
Uses of UserIdentity in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return UserIdentityModifier and TypeMethodDescriptionIUserIdentityHandler.getByCallback(UserContext uc, String identifier, String clientName) Finds the user identity by the given callback information.IUserIdentityHandler.getByRemovalUuid(UserContext uc, UUID removalUuid) Finds the user identity with the given removal UUID.IUserIdentityHandler.getExisting(UserContext uc, UserIdentity identity) Gets another user identity with the same identifier information (client/identifier) if it exists.Methods in de.xima.fc.handler.interfaces.entity with parameters of type UserIdentityModifier and TypeMethodDescriptionIUserIdentityHandler.getExisting(UserContext uc, UserIdentity identity) Gets another user identity with the same identifier information (client/identifier) if it exists.booleanIUserIdentityHandler.isExisting(UserContext uc, UserIdentity identity) Checks whether or not another user identity exists with the same identifier information (client/identifier). -
Uses of UserIdentity in de.xima.fc.handler.interfaces.system
Methods in de.xima.fc.handler.interfaces.system with parameters of type UserIdentityModifier and TypeMethodDescriptionbooleanIMailHandler.sendUserIdentityConnectedMail(UserContext uc, UserIdentity identity, String connectorEmail, Instant isntant, String remoteAddr, String userAgent, String baseUrl) Sends a mail informing the user profile owner about the connection of a newaccountwith the option to remove the account.booleanIMailHandler.sendUserIdentityRemovalMail(UserContext uc, UserIdentity identity, String baseUrl) Sends a mail with a link to remove the given user identity to the primaryUserEmailof the identity's profile. -
Uses of UserIdentity in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system with parameters of type UserIdentityModifier and TypeMethodDescriptionbooleanMailHandler.sendUserIdentityConnectedMail(UserContext uc, UserIdentity identity, String connectorEmail, Instant isntant, String remoteAddr, String userAgent, String baseUrl) booleanMailHandler.sendUserIdentityRemovalMail(UserContext uc, UserIdentity identity, String baseUrl) -
Uses of UserIdentity in de.xima.fc.mail.utils
Methods in de.xima.fc.mail.utils with parameters of type UserIdentityModifier and TypeMethodDescriptionstatic booleanUserMailUtil.sendUserIdentityConnectedMail(IEntityContext ec, UserIdentity identity, String connectorEmail, Instant isntant, String remoteAddr, String userAgent, String baseUrl) static booleanUserMailUtil.sendUserIdentityRemovalMail(IEntityContext ec, UserIdentity identity, String baseUrl) -
Uses of UserIdentity in de.xima.fc.security.helper
Methods in de.xima.fc.security.helper that return UserIdentityModifier and TypeMethodDescriptionstatic UserIdentitySecurityProfileHelper.connectAccountBasedOnEmail(org.pac4j.core.profile.UserProfile profile) Connects the user authentication (identity) provided by the given pac4j profile to an existing formcycle user profile account that has the same verified email address as the one provided by the pac4j profile.static UserIdentitySecurityProfileHelper.getNewUserIdentity(org.pac4j.core.profile.UserProfile pac4jProfile) -
Uses of UserIdentity in de.xima.fc.security.interfaces.logic
Methods in de.xima.fc.security.interfaces.logic that return UserIdentity -
Uses of UserIdentity in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return UserIdentityModifier and TypeMethodDescriptionstatic UserIdentityEntityDummyFactory.dummyUserIdentity(SystemAuthenticator auth, String identifier) static UserIdentityEntityDummyFactory.dummyUserIdentity(IClientDescriptor client, String identifier) static UserIdentityEntityDummyFactory.dummyUserIdentity(EAuthClientType type, String identifier) -
Uses of UserIdentity in de.xima.fc.testhelper.security.pac4j
Methods in de.xima.fc.testhelper.security.pac4j with parameters of type UserIdentityModifier and TypeMethodDescriptionstatic DummyProfileBuilderDummyProfileBuilder.newBuilder(UserIdentity identity)