Uses of Class
de.xima.fc.entities.UserProfile
Packages that use UserProfile
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
Package für Utilsklassen
-
Uses of UserProfile in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return UserProfileModifier and TypeMethodDescriptionUserProfileAPI.acceptDirectClientAuthorization(UserContext uc, UserProfile profile, DirectClientAuthorization authorization) Adds the given client authorization to the given profile and accepts it.UserProfileAPI.addDirectClientAuthorization(UserContext uc, UserProfile userProfile, DirectClientAuthorization authorization) Adds the given client authorizations to the user profile.UserProfileAPI.getById(UserContext uc, Long id) Reads the entity with the given ID.UserProfileAPI.getByLoginId(UserContext uc, String loginId) Finds the user profile by the given login ID.UserProfileAPI.getByUserName(UserContext uc, String userName) Finds the user profile with the given user nameUserProfileAPI.getByUserProfile(UserContext uc, org.pac4j.core.profile.UserProfile pac4jProfile) Finds the formcycle user profile for the given pac4j profile.UserProfileAPI.getByUuid(UserContext uc, String uuid) Finds the user profile with the given UUID.UserProfileAPI.getByUuid(UserContext uc, UUID uuid) Finds the user credentials with the given UUID.UserProfileAPI.getByVerifiedCallback(UserContext uc, String identifier, String clientName) Finds the user profile by the given callback information.UserProfileAPI.getByVerifiedEmailAddress(UserContext uc, String email) Finds the user profile with the given verified email address.UserProfileAPI.getByVerifiedPrimaryEmailAddress(UserContext uc, String email) Finds the user profile with the given verified primary email address.@NotNull UserProfileUserProfileAPI.mergeUserProfiles(UserContext uc, UserProfile main, UserProfile toBeMerged) Merges the a profile into another.UserProfileAPI.update(UserContext uc, UserProfile entity) Updates the given user profile and returns the updated entity.UserProfileAPI.validateUserLogin(UserContext uc, String loginId, String password) Validates the given user credentials and returns the user profile if successfull.Methods in de.xima.fc.api.entity with parameters of type UserProfileModifier and TypeMethodDescriptionUserProfileAPI.acceptDirectClientAuthorization(UserContext uc, UserProfile profile, DirectClientAuthorization authorization) Adds the given client authorization to the given profile and accepts it.UserProfileAPI.addDirectClientAuthorization(UserContext uc, UserProfile userProfile, DirectClientAuthorization authorization) Adds the given client authorizations to the user profile.booleanUserProfileAPI.canBeDeleted(UserContext uc, UserProfile profile) Checks whether or not the user profile can be deleted.@NotBlank StringUserProfileAPI.findUniqueUserName(UserContext uc, String candidate, UserProfile exclude) Finds a unique user name for the given candidate.DirectClientAuthorizationAPI.getUnacceptedClientInvitations(UserContext uc, UserProfile userProfile) Returns the direct client authorizations for the given user profile that have not yet been accepted.booleanDirectClientAuthorizationAPI.hasUnacceptedClientInvitations(UserContext uc, UserProfile userProfile) Checks whether the given user profile has unaccepted client invitations.@NotNull UserProfileUserProfileAPI.mergeUserProfiles(UserContext uc, UserProfile main, UserProfile toBeMerged) Merges the a profile into another.UserProfileAPI.update(UserContext uc, UserProfile entity) Updates the given user profile and returns the updated entity. -
Uses of UserProfile in de.xima.fc.api.system
Methods in de.xima.fc.api.system with parameters of type UserProfileModifier and TypeMethodDescriptionbooleanMailAPI.sendUserCredentialsResetMail(UserContext uc, UserProfile profile, String baseUrl) Sends a mail with a user credentials set/reset link.booleanMailAPI.sendUserCredentialsResetMail(UserContext uc, UserProfile profile, String baseUrl, String verifiedTargetEmailAddress) Sends a mail with a user credentials set/reset link.booleanMailAPI.sendUserProfileDeleteRequestMail(UserContext uc, UserProfile userProfile, String baseUrl) Sends a mail with a user profile delete request containing a link to delete the user profile.booleanMailAPI.sendUserProfileMergeRequestMail(UserContext uc, UserProfile userProfile, UserProfile toBeMerged, String baseUrl) Sends a mail with a user profile merge link.booleanMailAPI.sendUserProfileWelcomeMail(UserContext uc, UserProfile userProfile, String baseUrl) Sends an email to the primary email address of the user welcoming them and informing them that their profile has been created. -
Uses of UserProfile in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return UserProfileModifier and TypeMethodDescription@NotNull UserProfileUserProfileDao.acceptDirectClientAuthorization(IEntityContext ec, UserProfile profile, DirectClientAuthorization authorization) @NotNull UserProfileUserProfileDao.addDirectClientAuthorization(IEntityContext ec, UserProfile userProfile, DirectClientAuthorization authorization) UserProfileDao.getByLoginId(IEntityContext ec, String loginId) UserProfileDao.getByUserName(IEntityContext ec, String userName) UserProfileDao.getByUuid(IEntityContext ec, String uuid) UserProfileDao.getByUuid(IEntityContext ec, UUID uuid) UserProfileDao.getByVerifiedEmailAddress(IEntityContext ec, String email) UserProfileDao.getByVerifiedPrimaryEmailAddress(IEntityContext ec, String email) UserProfileDao.mergeUserProfiles(IEntityContext ec, UserProfile main, UserProfile toBeMerged) UserProfileDao.validateUserLogin(IEntityContext ec, String loginId, String password) Methods in de.xima.fc.dao.impl that return types with arguments of type UserProfileModifier and TypeMethodDescriptionUserProfileDao.getByEmailAddress(IEntityContext ec, String email) protected IFCDaoActionHook<UserProfile>UserProfileDao.getPostActionHook()protected IFCDaoActionHook<UserProfile>UserProfileDao.getPreActionHook()UserProfileDao.getProfilesExclusiveToClients(IEntityContext ec, Set<Mandant> clients) Methods in de.xima.fc.dao.impl with parameters of type UserProfileModifier and TypeMethodDescription@NotNull UserProfileUserProfileDao.acceptDirectClientAuthorization(IEntityContext ec, UserProfile profile, DirectClientAuthorization authorization) @NotNull UserProfileUserProfileDao.addDirectClientAuthorization(IEntityContext ec, UserProfile userProfile, DirectClientAuthorization authorization) booleanUserProfileDao.canBeDeleted(IEntityContext ec, UserProfile profile) UserProfileDao.findUniqueUserName(IEntityContext ec, String candidate, UserProfile exclude) DirectClientAuthorizationDao.getUnacceptedClientInvitations(IEntityContext ec, UserProfile userProfile) booleanDirectClientAuthorizationDao.hasUnacceptedClientInvitations(IEntityContext ec, UserProfile userProfile) UserProfileDao.mergeUserProfiles(IEntityContext ec, UserProfile main, UserProfile toBeMerged) -
Uses of UserProfile in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return UserProfileModifier and TypeMethodDescription@NotNull UserProfileIUserProfileDao.acceptDirectClientAuthorization(IEntityContext ec, UserProfile profile, DirectClientAuthorization authorization) Adds the given client authorization to the given profile and accepts it.@NotNull UserProfileIUserProfileDao.addDirectClientAuthorization(IEntityContext ec, UserProfile userProfile, DirectClientAuthorization authorization) Adds the given client authorizations to the user profile.IUserProfileDao.getByLoginId(IEntityContext ec, String loginId) Finds the user profile by the given login ID.IUserProfileDao.getByUserName(IEntityContext ec, String userName) Finds the user profile with the given user nameIUserProfileDao.getByUuid(IEntityContext ec, String uuid) Finds the user profile with the given UUID.IUserProfileDao.getByUuid(IEntityContext ec, UUID uuid) Finds the user credentials with the given UUID.IUserProfileDao.getByVerifiedEmailAddress(IEntityContext ec, String email) Finds the user profile with the given email address.IUserProfileDao.getByVerifiedPrimaryEmailAddress(IEntityContext ec, String email) Finds the user profile with the given verified primary email address.@NotNull UserProfileIUserProfileDao.mergeUserProfiles(IEntityContext ec, UserProfile main, UserProfile toBeMerged) Merges the a profile into another.IUserProfileDao.validateUserLogin(IEntityContext ec, String loginId, String password) Validates the given user credentials and returns the user profile if successfull.Methods in de.xima.fc.dao.interfaces that return types with arguments of type UserProfileModifier and TypeMethodDescriptionIUserProfileDao.getByEmailAddress(IEntityContext ec, String email) Finds the user profiles with the given email address.@NotNull Set<UserProfile>IUserProfileDao.getProfilesExclusiveToClients(IEntityContext ec, Set<Mandant> clients) Finds all user profiles that are exclusive to the given clients, meaning they are only part of those clients and don't have any other special roles such essystem admin.Methods in de.xima.fc.dao.interfaces with parameters of type UserProfileModifier and TypeMethodDescription@NotNull UserProfileIUserProfileDao.acceptDirectClientAuthorization(IEntityContext ec, UserProfile profile, DirectClientAuthorization authorization) Adds the given client authorization to the given profile and accepts it.@NotNull UserProfileIUserProfileDao.addDirectClientAuthorization(IEntityContext ec, UserProfile userProfile, DirectClientAuthorization authorization) Adds the given client authorizations to the user profile.booleanIUserProfileDao.canBeDeleted(IEntityContext ec, UserProfile profile) Checks whether or not the user profile can be deleted.@NotBlank StringIUserProfileDao.findUniqueUserName(IEntityContext ec, String candidate, UserProfile exclude) Finds a unique user name for the given candidate.IDirectClientAuthorizationDao.getUnacceptedClientInvitations(IEntityContext ec, UserProfile userProfile) Returns the direct client authorizations for the given user profile that have not yet been accepted.booleanIDirectClientAuthorizationDao.hasUnacceptedClientInvitations(IEntityContext ec, UserProfile userProfile) Checks whether the given user profile has not yet accepted client invitations.@NotNull UserProfileIUserProfileDao.mergeUserProfiles(IEntityContext ec, UserProfile main, UserProfile toBeMerged) Merges the a profile into another. -
Uses of UserProfile in de.xima.fc.entities
Methods in de.xima.fc.entities that return UserProfileModifier and TypeMethodDescriptionUserProfileFile.getBaseEntity()UserProfile.getMergeRequestProfile()DirectClientAuthorization.getUserProfile()UserCredentials.getUserProfile()UserEmail.getUserProfile()UserIdentity.getUserProfile()UserProfileMfa.getUserProfile()Methods in de.xima.fc.entities with parameters of type UserProfileModifier and TypeMethodDescriptionvoidUserProfileFile.setBaseEntity(UserProfile baseEntity) voidUserProfile.setMergeRequestProfile(UserProfile mergeRequestProfile) voidDirectClientAuthorization.setUserProfile(UserProfile userProfile) voidUserCredentials.setUserProfile(UserProfile userProfile) voidUserEmail.setUserProfile(UserProfile userProfile) voidUserIdentity.setUserProfile(UserProfile profile) voidUserProfileMfa.setUserProfile(UserProfile userProfile) -
Uses of UserProfile in de.xima.fc.entities.interfaces
Methods in de.xima.fc.entities.interfaces that return UserProfile -
Uses of UserProfile in de.xima.fc.gui.bean
Methods in de.xima.fc.gui.bean with parameters of type UserProfile -
Uses of UserProfile in de.xima.fc.gui.bean.settings
Methods in de.xima.fc.gui.bean.settings that return types with arguments of type UserProfile -
Uses of UserProfile in de.xima.fc.gui.bean.user
Methods in de.xima.fc.gui.bean.user that return UserProfileMethods in de.xima.fc.gui.bean.user that return types with arguments of type UserProfileMethods in de.xima.fc.gui.bean.user with parameters of type UserProfileModifier and TypeMethodDescriptionbooleanUserProfileAdministrationBean.canSigninToBackend(UserProfile profile) UserProfileAdministrationBean.getVerifiedUserIdentities(UserProfile profile) booleanUserProfileAdministrationBean.hasAnyBackendPermission(UserProfile profile) booleanUserDiscoveryBean.hasIdentity(UserProfile profile, IClientDescriptor clientDescriptor, String identifier) booleanUserProfileAdministrationBean.isLoginLocked(UserProfile profile) booleanUserProfileAdministrationBean.isSystemAdmin(UserProfile profile) -
Uses of UserProfile in de.xima.fc.gui.common.bean
Methods in de.xima.fc.gui.common.bean that return UserProfile -
Uses of UserProfile in de.xima.fc.gui.common.bean.profile
Methods in de.xima.fc.gui.common.bean.profile that return UserProfileModifier and TypeMethodDescriptionUserEmailPanelBean.getOtherProfileWithVerifedMail(UserEmail email) UserProfileConfigBean.getProfile()Methods in de.xima.fc.gui.common.bean.profile with parameters of type UserProfileModifier and TypeMethodDescriptionvoidUserIdentityPanelBean.addCredentialsAuthenticator(UserProfile profile, BiConsumer<javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse> profileUpdatedCallback) voidUserEmailPanelBean.addEmail(UserProfile profile, Runnable profileUpdatedCallback) voidUserIdentityPanelBean.addUserIdentity(UserProfile profile, BiConsumer<javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse> profileUpdatedCallback) booleanUserProfileSecurityPanelBean.canUserCredentialsBeDeleted(UserProfile profile) voidUserProfileSecurityPanelBean.generateNewPassword(UserProfile profile) UserEmailPanelBean.getOrderedUserEmails(UserProfile profile) voidUserProfileSecurityPanelBean.handleMfaTypeChange(UserProfile profile, Runnable profileUpdatedCallback, boolean adminOption) voidUserIdentityPanelBean.init(UserProfile profile, BiConsumer<javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse> profileUpdatedCallback) voidUserProfileSecurityPanelBean.init(UserProfile profile) booleanUserProfileInfoPanelBean.isOnlyIndirect(UserProfile profile, Mandant client) booleanUserEmailPanelBean.isShowAdminOptions(UserProfile profile) booleanUserIdentityPanelBean.isShowAdminOptions(UserProfile profile) booleanUserProfileSecurityPanelBean.isShowAdminOptions(UserProfile profile) booleanUserEmailPanelBean.isShowNewOption(UserProfile profile) booleanUserProfileSecurityPanelBean.isShowNewPassword(UserProfile profile) booleanUserProfileSecurityPanelBean.isShowTotpDetails(UserProfile profile) voidUserProfileSecurityPanelBean.removeLasAuthenticationInstant(UserProfile profile, Runnable profileUpdatedCallback) voidUserProfileSecurityPanelBean.removeUserCredentials(UserProfile profile, Runnable profileUpdatedCallback) voidUserProfileSecurityPanelBean.sendMfaRegistrationMail(UserProfile profile, Runnable profileUpdatedCallback) voidUserProfileSecurityPanelBean.sendMfaRemovalRequestMail(UserProfile profile, Runnable profileUpdatedCallback) voidUserProfileSecurityPanelBean.sendUserCredentialsSetMail(UserProfile profile, Runnable profileUpdatedCallback) -
Uses of UserProfile in de.xima.fc.gui.common.bean.security
Methods in de.xima.fc.gui.common.bean.security that return UserProfileModifier and TypeMethodDescriptionUserProfileDeleteBean.getProfile()UserCredentialsSigninBean.getResetCredentialsProfile() -
Uses of UserProfile in de.xima.fc.gui.common.utils
Methods in de.xima.fc.gui.common.utils with parameters of type UserProfileModifier and TypeMethodDescriptionstatic de.xima.cmn.criteria.FilterCriterionFilterCriterionUtils.getDefalutFormRecordCreatorFilterCriterion(UserProfile profile) static de.xima.cmn.criteria.FilterCriterionFilterCriterionUtils.getDefalutFormRecordEditorFilterCriterion(UserProfile profile) -
Uses of UserProfile in de.xima.fc.gui.model.user
Methods in de.xima.fc.gui.model.user that return UserProfileMethods in de.xima.fc.gui.model.user that return types with arguments of type UserProfileMethods in de.xima.fc.gui.model.user with parameters of type UserProfileConstructors in de.xima.fc.gui.model.user with parameters of type UserProfile -
Uses of UserProfile in de.xima.fc.gui.utils
Methods in de.xima.fc.gui.utils that return UserProfileModifier and TypeMethodDescriptionstatic UserProfileUserEmailQueryResultHelper.getOrCreateUserProfile(IEntityContext ec, UserEmailQueryResult result, Locale locale) -
Uses of UserProfile in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return UserProfileModifier and TypeMethodDescriptionUserProfileHandler.acceptDirectClientAuthorization(UserContext uc, UserProfile profile, DirectClientAuthorization authorization) UserProfileHandler.addDirectClientAuthorization(UserContext uc, UserProfile userProfile, DirectClientAuthorization authorization) UserProfileHandler.getById(UserContext uc, Long id) UserProfileHandler.getByLoginId(UserContext uc, String loginId) UserProfileHandler.getByUserName(UserContext uc, String userName) UserProfileHandler.getByUserProfile(UserContext uc, org.pac4j.core.profile.UserProfile pac4jProfile) UserProfileHandler.getByUuid(UserContext uc, String uuid) UserProfileHandler.getByUuid(UserContext uc, UUID uuid) UserProfileHandler.getByVerifiedCallback(UserContext uc, String identifier, String callbackUuid) UserProfileHandler.getByVerifiedEmailAddress(UserContext uc, String email) UserProfileHandler.getByVerifiedPrimaryEmailAddress(UserContext uc, String email) @NotNull UserProfileUserProfileHandler.mergeUserProfiles(UserContext uc, UserProfile main, UserProfile toBeMerged) UserProfileHandler.update(UserContext uc, UserProfile entity) UserProfileHandler.validateUserLogin(UserContext uc, String loginId, String password) Methods in de.xima.fc.handler.entity with parameters of type UserProfileModifier and TypeMethodDescriptionUserProfileHandler.acceptDirectClientAuthorization(UserContext uc, UserProfile profile, DirectClientAuthorization authorization) UserProfileHandler.addDirectClientAuthorization(UserContext uc, UserProfile userProfile, DirectClientAuthorization authorization) booleanUserProfileHandler.canBeDeleted(UserContext uc, UserProfile profile) @NotBlank StringUserProfileHandler.findUniqueUserName(UserContext uc, String candidate, UserProfile exclude) DirectClientAuthorizationHandler.getUnacceptedClientInvitations(UserContext uc, UserProfile userProfile) booleanDirectClientAuthorizationHandler.hasUnacceptedClientInvitations(UserContext uc, UserProfile userProfile) @NotNull UserProfileUserProfileHandler.mergeUserProfiles(UserContext uc, UserProfile main, UserProfile toBeMerged) UserProfileHandler.update(UserContext uc, UserProfile entity) -
Uses of UserProfile in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return UserProfileModifier and TypeMethodDescriptionIUserProfileHandler.acceptDirectClientAuthorization(UserContext uc, UserProfile profile, DirectClientAuthorization authorization) Adds the given client authorization to the given profile and accepts it.IUserProfileHandler.addDirectClientAuthorization(UserContext uc, UserProfile userProfile, DirectClientAuthorization authorization) Adds the given client authorizations to the user profile.IUserProfileHandler.getById(UserContext uc, Long id) Reads the entity with the given ID.IUserProfileHandler.getByLoginId(UserContext uc, String loginId) Finds the user profile by the given login ID.IUserProfileHandler.getByUserName(UserContext uc, String userName) Finds the user profile with the given user nameIUserProfileHandler.getByUserProfile(UserContext uc, org.pac4j.core.profile.UserProfile pac4jProfile) Finds the formcycle user profile for the given pac4j profile.IUserProfileHandler.getByUuid(UserContext uc, String uuid) Finds the user profile with the given UUID.IUserProfileHandler.getByUuid(UserContext uc, UUID uuid) Finds the user credentials with the given UUID.IUserProfileHandler.getByVerifiedCallback(UserContext uc, String identifier, String clientName) Finds the user profile by the given callback information.IUserProfileHandler.getByVerifiedEmailAddress(UserContext uc, String email) Finds the user profile with the given verified email address.IUserProfileHandler.getByVerifiedPrimaryEmailAddress(UserContext uc, String email) Finds the user profile with the given verified primary email address.@NotNull UserProfileIUserProfileHandler.mergeUserProfiles(UserContext uc, UserProfile main, UserProfile toBeMerged) Merges the a profile into another.IUserProfileHandler.update(UserContext uc, UserProfile entity) Updates the given user profile and returns the updated entity.IUserProfileHandler.validateUserLogin(UserContext uc, String loginId, String password) Validates the given user credentials and returns the user profile if successfull.Methods in de.xima.fc.handler.interfaces.entity with parameters of type UserProfileModifier and TypeMethodDescriptionIUserProfileHandler.acceptDirectClientAuthorization(UserContext uc, UserProfile profile, DirectClientAuthorization authorization) Adds the given client authorization to the given profile and accepts it.IUserProfileHandler.addDirectClientAuthorization(UserContext uc, UserProfile userProfile, DirectClientAuthorization authorization) Adds the given client authorizations to the user profile.booleanIUserProfileHandler.canBeDeleted(UserContext uc, UserProfile profile) Checks whether or not the user profile can be deleted.@NotBlank StringIUserProfileHandler.findUniqueUserName(UserContext uc, String candidate, UserProfile exclude) Finds a unique user name for the given candidate.IDirectClientAuthorizationHandler.getUnacceptedClientInvitations(UserContext uc, UserProfile userProfile) Returns the direct client authorizations for the given user profile that have not yet been accepted.booleanIDirectClientAuthorizationHandler.hasUnacceptedClientInvitations(UserContext uc, UserProfile userProfile) Checks whether the given user profile has unaccepted client invitations.@NotNull UserProfileIUserProfileHandler.mergeUserProfiles(UserContext uc, UserProfile main, UserProfile toBeMerged) Merges the a profile into another.IUserProfileHandler.update(UserContext uc, UserProfile entity) Updates the given user profile and returns the updated entity. -
Uses of UserProfile in de.xima.fc.handler.interfaces.system
Methods in de.xima.fc.handler.interfaces.system with parameters of type UserProfileModifier and TypeMethodDescriptionbooleanIMailHandler.sendUserCredentialsResetMail(UserContext uc, UserProfile profile, String baseUrl, String verifiedTargetEmailAddress) Sends a mail with a user credentials set/reset link.booleanIMailHandler.sendUserProfileDeleteRequestMail(UserContext uc, UserProfile userProfile, String baseUrl) Sends a mail with a user profile delete request containing a link to delete the user profile.booleanIMailHandler.sendUserProfileMergeRequestMail(UserContext uc, UserProfile userProfile, UserProfile toBeMerged, String baseUrl) Sends a mail with a user profile merge link.booleanIMailHandler.sendUserProfileWelcomeMail(UserContext uc, UserProfile userProfile, String baseUrl) Sends an email to the primary email address of the user welcoming them and informing them that their profile has been created. -
Uses of UserProfile in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system with parameters of type UserProfileModifier and TypeMethodDescriptionbooleanMailHandler.sendUserCredentialsResetMail(UserContext uc, UserProfile profile, String baseUrl, String verifiedTargetEmailAddress) booleanMailHandler.sendUserProfileDeleteRequestMail(UserContext uc, UserProfile userProfile, String baseUrl) booleanMailHandler.sendUserProfileMergeRequestMail(UserContext uc, UserProfile userProfile, UserProfile toBeMerged, String baseUrl) booleanMailHandler.sendUserProfileWelcomeMail(UserContext uc, UserProfile userProfile, String baseUrl) -
Uses of UserProfile in de.xima.fc.interfaces.user
Methods in de.xima.fc.interfaces.user that return UserProfile -
Uses of UserProfile in de.xima.fc.mail.utils
Methods in de.xima.fc.mail.utils with parameters of type UserProfileModifier and TypeMethodDescriptionstatic booleanUserMailUtil.sendUserCredentialsResetMail(IEntityContext ec, UserProfile profile, String baseUrl) static booleanUserMailUtil.sendUserCredentialsResetMail(IEntityContext ec, UserProfile profile, String baseUrl, String verifiedTargetEmailAddress) static booleanUserMailUtil.sendUserProfileDeleteRequestMail(IEntityContext ec, UserProfile userProfile, String baseUrl) static booleanUserMailUtil.sendUserProfileMergeRequestMail(IEntityContext ec, UserProfile userProfile, UserProfile toBeMerged, String baseUrl) static booleanUserMailUtil.sendUserProfileWelcomeMail(IEntityContext ec, UserProfile userProfile, String baseUrl) Sends an email to the primary email address of the user welcoming them and informing them that their profile has been created. -
Uses of UserProfile in de.xima.fc.security.cache
Methods in de.xima.fc.security.cache with parameters of type UserProfileModifier and TypeMethodDescriptionstatic ELoginStateLoginAttemptHelper.checkLoginAttempts(UserProfile profile) static EPasswordResetStatePasswordResetAttemptHelper.checkPasswordResetAttempts(UserProfile profile) static voidLoginAttemptHelper.removeLoginAttempts(UserProfile profile) static voidPasswordResetAttemptHelper.removePasswordResetAttempts(UserProfile profile) -
Uses of UserProfile in de.xima.fc.security.helper
Methods in de.xima.fc.security.helper that return UserProfileModifier and TypeMethodDescriptionstatic UserProfileSecurityProfileHelper.createUserProfile(org.pac4j.core.profile.UserProfile pac4jProfile, Locale locale) static UserProfileSecurityProfileHelper.getNewUserProfile(org.pac4j.core.profile.UserProfile pac4jProfile) static UserProfileSecurityProfileHelper.getUserProfile(org.pac4j.core.profile.UserProfile profile) static UserProfileSecurityProfileHelper.readUserProfileByVerifiedEmail(String emailAddress) Methods in de.xima.fc.security.helper with parameters of type UserProfileModifier and TypeMethodDescriptionstatic voidSecurityProfileHelper.addPicture(org.pac4j.core.profile.UserProfile pac4jProfile, UserProfile userProfile) static org.pac4j.core.profile.UserProfileSecurityProfileHelper.getSystemUserProfile(UserProfile userProfile) -
Uses of UserProfile in de.xima.fc.security.interfaces.logic
Methods in de.xima.fc.security.interfaces.logic that return UserProfile -
Uses of UserProfile in de.xima.fc.security.user
Methods in de.xima.fc.security.user with parameters of type UserProfile -
Uses of UserProfile in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return UserProfileModifier and TypeMethodDescriptionstatic UserProfileEntityDummyFactory.dummyUserProfile(String firstName, String lastName) static UserProfileEntityDummyFactory.dummyUserProfile(String userName, String firstName, String lastName) static UserProfileEntityDummyFactory.dummyUserProfile(String userName, String firstName, String lastName, String email, String password) Methods in de.xima.fc.testhelper with parameters of type UserProfileModifier and TypeMethodDescriptionstatic DirectClientAuthorizationEntityDummyFactory.dummyDirectClientAuthorization(UserProfile profile, Mandant client, boolean accepted, Rolle... roles) static org.pac4j.core.profile.UserProfileProfileHelper.toPac4jProfile(UserProfile userProfile) static IUserProfileHelper.toUser(UserProfile userProfile) -
Uses of UserProfile in de.xima.fc.user
Methods in de.xima.fc.user that return UserProfile -
Uses of UserProfile in de.xima.fc.utils
Methods in de.xima.fc.utils that return UserProfileModifier and TypeMethodDescriptionstatic UserProfileUserMgmtUtils.getUserProfileFromAuthenticationAttribute(org.pac4j.core.profile.UserProfile pac4jProfile) Gets the formcycle profile if it has been set in the authentication attributes of the given pac4j profile.Methods in de.xima.fc.utils with parameters of type UserProfileModifier and TypeMethodDescriptionstatic booleanUserMgmtUtils.isClientAdmin(UserProfile profile, Mandant client) Returns true if given profile has a role of a MANDANT_ADMINstatic booleanUserMgmtUtils.isSystemAdmin(UserProfile profile) Checks if the user of the given profile is a system admin.static booleanUserMgmtUtils.isUser(UserProfile profile, IUser user) Checks whether the given user profile is the user profile of the given user.