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 UserProfile
UserProfileAPI.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.boolean
UserProfileAPI.canBeDeleted
(UserContext uc, UserProfile profile) Checks whether or not the user profile can be deleted.@NotBlank String
UserProfileAPI.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.boolean
DirectClientAuthorizationAPI.hasUnacceptedClientInvitations
(UserContext uc, UserProfile userProfile) Checks whether the given user profile has unaccepted client invitations.@NotNull UserProfile
UserProfileAPI.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 TypeMethodDescriptionboolean
MailAPI.sendUserCredentialsResetMail
(UserContext uc, UserProfile profile, String baseUrl) Sends a mail with a user credentials set/reset link.boolean
MailAPI.sendUserCredentialsResetMail
(UserContext uc, UserProfile profile, String baseUrl, String verifiedTargetEmailAddress) Sends a mail with a user credentials set/reset link.boolean
MailAPI.sendUserProfileDeleteRequestMail
(UserContext uc, UserProfile userProfile, String baseUrl) Sends a mail with a user profile delete request containing a link to delete the user profile.boolean
MailAPI.sendUserProfileMergeRequestMail
(UserContext uc, UserProfile userProfile, UserProfile toBeMerged, String baseUrl) Sends a mail with a user profile merge link.boolean
MailAPI.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 UserProfile
UserProfileDao.acceptDirectClientAuthorization
(IEntityContext ec, UserProfile profile, DirectClientAuthorization authorization) @NotNull UserProfile
UserProfileDao.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 UserProfile
UserProfileDao.acceptDirectClientAuthorization
(IEntityContext ec, UserProfile profile, DirectClientAuthorization authorization) @NotNull UserProfile
UserProfileDao.addDirectClientAuthorization
(IEntityContext ec, UserProfile userProfile, DirectClientAuthorization authorization) boolean
UserProfileDao.canBeDeleted
(IEntityContext ec, UserProfile profile) UserProfileDao.findUniqueUserName
(IEntityContext ec, String candidate, UserProfile exclude) DirectClientAuthorizationDao.getUnacceptedClientInvitations
(IEntityContext ec, UserProfile userProfile) boolean
DirectClientAuthorizationDao.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 UserProfile
IUserProfileDao.acceptDirectClientAuthorization
(IEntityContext ec, UserProfile profile, DirectClientAuthorization authorization) Adds the given client authorization to the given profile and accepts it.@NotNull UserProfile
IUserProfileDao.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 UserProfile
IUserProfileDao.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 UserProfile
IUserProfileDao.acceptDirectClientAuthorization
(IEntityContext ec, UserProfile profile, DirectClientAuthorization authorization) Adds the given client authorization to the given profile and accepts it.@NotNull UserProfile
IUserProfileDao.addDirectClientAuthorization
(IEntityContext ec, UserProfile userProfile, DirectClientAuthorization authorization) Adds the given client authorizations to the user profile.boolean
IUserProfileDao.canBeDeleted
(IEntityContext ec, UserProfile profile) Checks whether or not the user profile can be deleted.@NotBlank String
IUserProfileDao.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.boolean
IDirectClientAuthorizationDao.hasUnacceptedClientInvitations
(IEntityContext ec, UserProfile userProfile) Checks whether the given user profile has not yet accepted client invitations.@NotNull UserProfile
IUserProfileDao.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 TypeMethodDescriptionvoid
UserProfileFile.setBaseEntity
(UserProfile baseEntity) void
UserProfile.setMergeRequestProfile
(UserProfile mergeRequestProfile) void
DirectClientAuthorization.setUserProfile
(UserProfile userProfile) void
UserCredentials.setUserProfile
(UserProfile userProfile) void
UserEmail.setUserProfile
(UserProfile userProfile) void
UserIdentity.setUserProfile
(UserProfile profile) void
UserProfileMfa.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 TypeMethodDescriptionboolean
UserProfileAdministrationBean.canSigninToBackend
(UserProfile profile) UserProfileAdministrationBean.getVerifiedUserIdentities
(UserProfile profile) boolean
UserProfileAdministrationBean.hasAnyBackendPermission
(UserProfile profile) boolean
UserDiscoveryBean.hasIdentity
(UserProfile profile, IClientDescriptor clientDescriptor, String identifier) boolean
UserProfileAdministrationBean.isLoginLocked
(UserProfile profile) boolean
UserProfileAdministrationBean.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 TypeMethodDescriptionvoid
UserIdentityPanelBean.addCredentialsAuthenticator
(UserProfile profile, BiConsumer<javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse> profileUpdatedCallback) void
UserEmailPanelBean.addEmail
(UserProfile profile, Runnable profileUpdatedCallback) void
UserIdentityPanelBean.addUserIdentity
(UserProfile profile, BiConsumer<javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse> profileUpdatedCallback) boolean
UserProfileSecurityPanelBean.canUserCredentialsBeDeleted
(UserProfile profile) void
UserProfileSecurityPanelBean.generateNewPassword
(UserProfile profile) UserEmailPanelBean.getOrderedUserEmails
(UserProfile profile) void
UserProfileSecurityPanelBean.handleMfaTypeChange
(UserProfile profile, Runnable profileUpdatedCallback, boolean adminOption) void
UserIdentityPanelBean.init
(UserProfile profile, BiConsumer<javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse> profileUpdatedCallback) void
UserProfileSecurityPanelBean.init
(UserProfile profile) boolean
UserProfileInfoPanelBean.isOnlyIndirect
(UserProfile profile, Mandant client) boolean
UserEmailPanelBean.isShowAdminOptions
(UserProfile profile) boolean
UserIdentityPanelBean.isShowAdminOptions
(UserProfile profile) boolean
UserProfileSecurityPanelBean.isShowAdminOptions
(UserProfile profile) boolean
UserEmailPanelBean.isShowNewOption
(UserProfile profile) boolean
UserProfileSecurityPanelBean.isShowNewPassword
(UserProfile profile) boolean
UserProfileSecurityPanelBean.isShowTotpDetails
(UserProfile profile) void
UserProfileSecurityPanelBean.removeLasAuthenticationInstant
(UserProfile profile, Runnable profileUpdatedCallback) void
UserProfileSecurityPanelBean.removeUserCredentials
(UserProfile profile, Runnable profileUpdatedCallback) void
UserProfileSecurityPanelBean.sendMfaRegistrationMail
(UserProfile profile, Runnable profileUpdatedCallback) void
UserProfileSecurityPanelBean.sendMfaRemovalRequestMail
(UserProfile profile, Runnable profileUpdatedCallback) void
UserProfileSecurityPanelBean.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.FilterCriterion
FilterCriterionUtils.getDefalutFormRecordCreatorFilterCriterion
(UserProfile profile) static de.xima.cmn.criteria.FilterCriterion
FilterCriterionUtils.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 UserProfile
UserEmailQueryResultHelper.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 UserProfile
UserProfileHandler.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) boolean
UserProfileHandler.canBeDeleted
(UserContext uc, UserProfile profile) @NotBlank String
UserProfileHandler.findUniqueUserName
(UserContext uc, String candidate, UserProfile exclude) DirectClientAuthorizationHandler.getUnacceptedClientInvitations
(UserContext uc, UserProfile userProfile) boolean
DirectClientAuthorizationHandler.hasUnacceptedClientInvitations
(UserContext uc, UserProfile userProfile) @NotNull UserProfile
UserProfileHandler.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 UserProfile
IUserProfileHandler.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.boolean
IUserProfileHandler.canBeDeleted
(UserContext uc, UserProfile profile) Checks whether or not the user profile can be deleted.@NotBlank String
IUserProfileHandler.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.boolean
IDirectClientAuthorizationHandler.hasUnacceptedClientInvitations
(UserContext uc, UserProfile userProfile) Checks whether the given user profile has unaccepted client invitations.@NotNull UserProfile
IUserProfileHandler.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 TypeMethodDescriptionboolean
IMailHandler.sendUserCredentialsResetMail
(UserContext uc, UserProfile profile, String baseUrl, String verifiedTargetEmailAddress) Sends a mail with a user credentials set/reset link.boolean
IMailHandler.sendUserProfileDeleteRequestMail
(UserContext uc, UserProfile userProfile, String baseUrl) Sends a mail with a user profile delete request containing a link to delete the user profile.boolean
IMailHandler.sendUserProfileMergeRequestMail
(UserContext uc, UserProfile userProfile, UserProfile toBeMerged, String baseUrl) Sends a mail with a user profile merge link.boolean
IMailHandler.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 TypeMethodDescriptionboolean
MailHandler.sendUserCredentialsResetMail
(UserContext uc, UserProfile profile, String baseUrl, String verifiedTargetEmailAddress) boolean
MailHandler.sendUserProfileDeleteRequestMail
(UserContext uc, UserProfile userProfile, String baseUrl) boolean
MailHandler.sendUserProfileMergeRequestMail
(UserContext uc, UserProfile userProfile, UserProfile toBeMerged, String baseUrl) boolean
MailHandler.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 boolean
UserMailUtil.sendUserCredentialsResetMail
(IEntityContext ec, UserProfile profile, String baseUrl) static boolean
UserMailUtil.sendUserCredentialsResetMail
(IEntityContext ec, UserProfile profile, String baseUrl, String verifiedTargetEmailAddress) static boolean
UserMailUtil.sendUserProfileDeleteRequestMail
(IEntityContext ec, UserProfile userProfile, String baseUrl) static boolean
UserMailUtil.sendUserProfileMergeRequestMail
(IEntityContext ec, UserProfile userProfile, UserProfile toBeMerged, String baseUrl) static boolean
UserMailUtil.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 ELoginState
LoginAttemptHelper.checkLoginAttempts
(UserProfile profile) static EPasswordResetState
PasswordResetAttemptHelper.checkPasswordResetAttempts
(UserProfile profile) static void
LoginAttemptHelper.removeLoginAttempts
(UserProfile profile) static void
PasswordResetAttemptHelper.removePasswordResetAttempts
(UserProfile profile) -
Uses of UserProfile in de.xima.fc.security.helper
Methods in de.xima.fc.security.helper that return UserProfileModifier and TypeMethodDescriptionstatic UserProfile
SecurityProfileHelper.createUserProfile
(org.pac4j.core.profile.UserProfile pac4jProfile, Locale locale) static UserProfile
SecurityProfileHelper.getNewUserProfile
(org.pac4j.core.profile.UserProfile pac4jProfile) static UserProfile
SecurityProfileHelper.getUserProfile
(org.pac4j.core.profile.UserProfile profile) static UserProfile
SecurityProfileHelper.readUserProfileByVerifiedEmail
(String emailAddress) Methods in de.xima.fc.security.helper with parameters of type UserProfileModifier and TypeMethodDescriptionstatic void
SecurityProfileHelper.addPicture
(org.pac4j.core.profile.UserProfile pac4jProfile, UserProfile userProfile) static org.pac4j.core.profile.UserProfile
SecurityProfileHelper.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 UserProfile
EntityDummyFactory.dummyUserProfile
(String firstName, String lastName) static UserProfile
EntityDummyFactory.dummyUserProfile
(String userName, String firstName, String lastName) static UserProfile
EntityDummyFactory.dummyUserProfile
(String userName, String firstName, String lastName, String email, String password) Methods in de.xima.fc.testhelper with parameters of type UserProfileModifier and TypeMethodDescriptionstatic DirectClientAuthorization
EntityDummyFactory.dummyDirectClientAuthorization
(UserProfile profile, Mandant client, boolean accepted, Rolle... roles) static org.pac4j.core.profile.UserProfile
ProfileHelper.toPac4jProfile
(UserProfile userProfile) static IUser
ProfileHelper.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 UserProfile
UserMgmtUtils.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 boolean
UserMgmtUtils.isClientAdmin
(UserProfile profile, Mandant client) Returns true if given profile has a role of a MANDANT_ADMINstatic boolean
UserMgmtUtils.isSystemAdmin
(UserProfile profile) Checks if the user of the given profile is a system admin.static boolean
UserMgmtUtils.isUser
(UserProfile profile, IUser user) Checks whether the given user profile is the user profile of the given user.