Uses of Class
de.xima.fc.entities.UserProfile
-
-
Uses of UserProfile in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return UserProfile Modifier and Type Method Description UserProfile
UserProfileAPI. acceptDirectClientAuthorization(UserContext uc, UserProfile profile, DirectClientAuthorization authorization)
Adds the given client authorization to the given profile and accepts it.UserProfile
UserProfileAPI. addDirectClientAuthorization(UserContext uc, UserProfile userProfile, DirectClientAuthorization authorization)
Adds the given client authorizations to the user profile.UserProfile
UserProfileAPI. getById(UserContext uc, Long id)
Reads the entity with the given ID.UserProfile
UserProfileAPI. getByLoginId(UserContext uc, String loginId)
Finds the user profile by the given login ID.UserProfile
UserProfileAPI. getByUserName(UserContext uc, String userName)
Finds the user profile with the given user nameUserProfile
UserProfileAPI. getByUserProfile(UserContext uc, org.pac4j.core.profile.UserProfile pac4jProfile)
Finds the formcycle user profile for the given pac4j profile.UserProfile
UserProfileAPI. getByUuid(UserContext uc, String uuid)
Finds the user profile with the given UUID.UserProfile
UserProfileAPI. getByUuid(UserContext uc, UUID uuid)
Finds the user credentials with the given UUID.UserProfile
UserProfileAPI. getByVerifiedCallback(UserContext uc, String identifier, String clientName)
Finds the user profile by the given callback information.UserProfile
UserProfileAPI. getByVerifiedEmailAddress(UserContext uc, String email)
Finds the user profile with the given verified email address.UserProfile
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.UserProfile
UserProfileAPI. update(UserContext uc, UserProfile entity)
Updates the given user profile and returns the updated entity.Methods in de.xima.fc.api.entity with parameters of type UserProfile Modifier and Type Method Description UserProfile
UserProfileAPI. acceptDirectClientAuthorization(UserContext uc, UserProfile profile, DirectClientAuthorization authorization)
Adds the given client authorization to the given profile and accepts it.UserProfile
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.List<DirectClientAuthorization>
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.UserProfile
UserProfileAPI. update(UserContext uc, UserProfile entity)
Updates the given user profile and returns the updated entity. -
Uses of UserProfile in de.xima.fc.api.rest.pub.impl.generic.model.response.user
Constructors in de.xima.fc.api.rest.pub.impl.generic.model.response.user with parameters of type UserProfile Constructor Description UserProfileResource(UserProfile entity, javax.ws.rs.core.UriInfo uriInfo, Locale locale)
-
Uses of UserProfile in de.xima.fc.api.system
Methods in de.xima.fc.api.system with parameters of type UserProfile Modifier and Type Method Description boolean
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 types with arguments of type UserProfile Modifier and Type Method Description Set<UserProfile>
UserProfileDao. getByEmailAddress(IEntityContext ec, String email)
protected IFCDaoActionHook<UserProfile>
UserProfileDao. getPostActionHook()
protected IFCDaoActionHook<UserProfile>
UserProfileDao. getPreActionHook()
Set<UserProfile>
UserProfileDao. getProfilesExclusiveToClients(IEntityContext ec, Set<Mandant> clients)
-
Uses of UserProfile in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return UserProfile Modifier and Type Method Description @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.UserProfile
IUserProfileDao. getByLoginId(IEntityContext ec, String loginId)
Finds the user profile by the given login ID.UserProfile
IUserProfileDao. getByUserName(IEntityContext ec, String userName)
Finds the user profile with the given user nameUserProfile
IUserProfileDao. getByUuid(IEntityContext ec, String uuid)
Finds the user profile with the given UUID.UserProfile
IUserProfileDao. getByUuid(IEntityContext ec, UUID uuid)
Finds the user credentials with the given UUID.UserProfile
IUserProfileDao. getByVerifiedEmailAddress(IEntityContext ec, String email)
Finds the user profile with the given email address.UserProfile
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.UserProfile
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 UserProfile Modifier and Type Method Description Set<UserProfile>
IUserProfileDao. 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 UserProfile Modifier and Type Method Description @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.List<FormRecordMessage>
IFormRecordMessageDao. getAllBySenderUserProfile(IEntityContext ec, UserProfile sender)
Returns all messages sent by the given user profile.List<DirectClientAuthorization>
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 UserProfile Modifier and Type Method Description UserProfile
UserProfileFile. getBaseEntity()
UserProfile
UserProfile. getMergeRequestProfile()
UserProfile
DirectClientAuthorization. getUserProfile()
UserProfile
UserCredentials. getUserProfile()
UserProfile
UserEmail. getUserProfile()
UserProfile
UserIdentity. getUserProfile()
UserProfile
UserProfileMfa. getUserProfile()
UserProfile
UserRefreshToken. getUserProfile()
Methods in de.xima.fc.entities that return types with arguments of type UserProfile Modifier and Type Method Description Set<UserProfile>
FormRecordChat. getMemberProfiles()
Set<UserProfile>
FormEingang. getReadUserProfiles()
Set<UserProfile>
FormRecordMessage. getReadUserProfiles()
Gets the user profiles that have read the message.Set<UserProfile>
UserPortal. getUserProfiles()
Methods in de.xima.fc.entities with parameters of type UserProfile Modifier and Type Method Description void
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)
void
UserRefreshToken. setUserProfile(UserProfile userProfile)
Method parameters in de.xima.fc.entities with type arguments of type UserProfile Modifier and Type Method Description void
FormRecordChat. setMemberProfiles(Set<UserProfile> memberProfiles)
void
FormEingang. setReadUserProfiles(Set<UserProfile> readUserProfiles)
void
FormRecordMessage. setReadUserProfiles(Set<UserProfile> readUserProfiles)
void
UserPortal. setUserProfiles(Set<UserProfile> userProfiles)
-
Uses of UserProfile in de.xima.fc.entities.interfaces
Methods in de.xima.fc.entities.interfaces that return UserProfile Modifier and Type Method Description UserProfile
IUserIdentity. getUserProfile()
-
Uses of UserProfile in de.xima.fc.gui.bean
Methods in de.xima.fc.gui.bean with parameters of type UserProfile Modifier and Type Method Description String
AvatarBean. getInitialsByProfile(UserProfile profile)
-
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 Modifier and Type Method Description Set<UserProfile>
ClientBean. getUserProfilesToDelete()
-
Uses of UserProfile in de.xima.fc.gui.bean.user
Methods in de.xima.fc.gui.bean.user that return UserProfile Modifier and Type Method Description UserProfile
ClientAuthorizationBean. getFoundUserProfile()
Methods in de.xima.fc.gui.bean.user that return types with arguments of type UserProfile Modifier and Type Method Description DaoLazyDataModel<UserProfile>
UserProfileAdministrationBean. getModel()
Methods in de.xima.fc.gui.bean.user with parameters of type UserProfile Modifier and Type Method Description boolean
UserProfileAdministrationBean. canSigninToBackend(UserProfile profile)
String
UserProfileAdministrationBean. getPortalUserHelpText(UserProfile profile)
List<UserIdentity>
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. isPortalUser(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 Modifier and Type Method Description UserProfile
UserProfileMenuBean. getCurrentUserProfile()
-
Uses of UserProfile in de.xima.fc.gui.common.bean.profile
Methods in de.xima.fc.gui.common.bean.profile that return UserProfile Modifier and Type Method Description UserProfile
UserEmailPanelBean. getOtherProfileWithVerifedMail(UserEmail email)
UserProfile
UserProfileConfigBean. getProfile()
Methods in de.xima.fc.gui.common.bean.profile with parameters of type UserProfile Modifier and Type Method Description void
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)
List<UserEmail>
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 UserProfile Modifier and Type Method Description UserProfile
UserProfileDeleteBean. getProfile()
UserProfile
UserCredentialsSigninBean. getResetCredentialsProfile()
-
Uses of UserProfile in de.xima.fc.gui.common.utils
Methods in de.xima.fc.gui.common.utils with parameters of type UserProfile Modifier and Type Method Description static de.xima.cmn.criteria.FilterCriterion
FilterCriterionUtils. getDefalutFormRecordCreatorFilterCriterion(UserProfile profile)
static de.xima.cmn.criteria.FilterCriterion
FilterCriterionUtils. getDefalutFormRecordEditorFilterCriterion(UserProfile profile)
Deprecated.static de.xima.cmn.criteria.FilterCriterion
FilterCriterionUtils. getDefalutFormRecordSubmittedFilterCriterion(UserProfile profile)
-
Uses of UserProfile in de.xima.fc.gui.model.user
Methods in de.xima.fc.gui.model.user that return UserProfile Modifier and Type Method Description UserProfile
UserEmailQueryResult. getProfile()
Methods in de.xima.fc.gui.model.user that return types with arguments of type UserProfile Modifier and Type Method Description ISerializableConsumer<UserProfile>
SystemUserProfileMeta. selectedCallback()
Methods in de.xima.fc.gui.model.user with parameters of type UserProfile Modifier and Type Method Description void
UserEmailQueryResult. setProfile(UserProfile profile)
Constructors in de.xima.fc.gui.model.user with parameters of type UserProfile Constructor Description UserEmailQueryResult(UserProfile profile)
-
Uses of UserProfile in de.xima.fc.gui.utils
Methods in de.xima.fc.gui.utils that return UserProfile Modifier and Type Method Description static UserProfile
UserEmailQueryResultHelper. getOrCreateUserProfile(IEntityContext ec, UserEmailQueryResult result, Locale locale)
-
Uses of UserProfile in de.xima.fc.handler.entity
-
Uses of UserProfile in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return UserProfile Modifier and Type Method Description UserProfile
IUserProfileHandler. acceptDirectClientAuthorization(UserContext uc, UserProfile profile, DirectClientAuthorization authorization)
Adds the given client authorization to the given profile and accepts it.UserProfile
IUserProfileHandler. addDirectClientAuthorization(UserContext uc, UserProfile userProfile, DirectClientAuthorization authorization)
Adds the given client authorizations to the user profile.UserProfile
IUserProfileHandler. getById(UserContext uc, Long id)
Reads the entity with the given ID.UserProfile
IUserProfileHandler. getByLoginId(UserContext uc, String loginId)
Finds the user profile by the given login ID.UserProfile
IUserProfileHandler. getByUserName(UserContext uc, String userName)
Finds the user profile with the given user nameUserProfile
IUserProfileHandler. getByUserProfile(UserContext uc, org.pac4j.core.profile.UserProfile pac4jProfile)
Finds the formcycle user profile for the given pac4j profile.UserProfile
IUserProfileHandler. getByUuid(UserContext uc, String uuid)
Finds the user profile with the given UUID.UserProfile
IUserProfileHandler. getByUuid(UserContext uc, UUID uuid)
Finds the user credentials with the given UUID.UserProfile
IUserProfileHandler. getByVerifiedCallback(UserContext uc, String identifier, String clientName)
Finds the user profile by the given callback information.UserProfile
IUserProfileHandler. getByVerifiedEmailAddress(UserContext uc, String email)
Finds the user profile with the given verified email address.UserProfile
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.UserProfile
IUserProfileHandler. update(UserContext uc, UserProfile entity)
Updates the given user profile and returns the updated entity.Methods in de.xima.fc.handler.interfaces.entity with parameters of type UserProfile Modifier and Type Method Description UserProfile
IUserProfileHandler. acceptDirectClientAuthorization(UserContext uc, UserProfile profile, DirectClientAuthorization authorization)
Adds the given client authorization to the given profile and accepts it.UserProfile
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.List<DirectClientAuthorization>
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.UserProfile
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 UserProfile Modifier and Type Method Description boolean
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 UserProfile Modifier and Type Method Description boolean
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.helper
Methods in de.xima.fc.helper with parameters of type UserProfile Modifier and Type Method Description static boolean
UserProfileHelper. updateSystemPermissions(UserProfile profile, LicenseAccess licenseAccess)
Updates the system permissions of a system admin user profile based on the system license. -
Uses of UserProfile in de.xima.fc.inbox.model.messages
Methods in de.xima.fc.inbox.model.messages that return UserProfile Modifier and Type Method Description UserProfile
MessageViewModel. getSenderUserProfile()
Constructors in de.xima.fc.inbox.model.messages with parameters of type UserProfile Constructor Description MessageViewModel(String messageContent, Instant messageTimestamp, String uploadRequestUuid, List<UploadResponseViewModel> uploadResponses, String senderContext, String senderName, String senderAuthRef, UserProfile senderUserProfile)
-
Uses of UserProfile in de.xima.fc.interfaces.user
Methods in de.xima.fc.interfaces.user that return UserProfile Modifier and Type Method Description UserProfile
IUser. getProfile()
-
Uses of UserProfile in de.xima.fc.mail.utils
Methods in de.xima.fc.mail.utils with parameters of type UserProfile Modifier and Type Method Description static 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 UserProfile Modifier and Type Method Description static 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 UserProfile Modifier and Type Method Description static 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 UserProfile Modifier and Type Method Description static 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 Modifier and Type Method Description UserProfile
IUserProfileTask. getUserProfile()
-
Uses of UserProfile in de.xima.fc.security.user
Methods in de.xima.fc.security.user with parameters of type UserProfile Modifier and Type Method Description boolean
SessionUserManager. isMe(UserProfile profile)
-
Uses of UserProfile in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return UserProfile Modifier and Type Method Description static 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 UserProfile Modifier and Type Method Description static DirectClientAuthorization
EntityDummyFactory. dummyDirectClientAuthorization(UserProfile profile, Mandant client, boolean accepted, Rolle... roles)
static UserIdentity
EntityDummyFactory. dummyUserIdentity(IClientDescriptor client, String identifier, UserProfile profile)
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 Modifier and Type Method Description UserProfile
VirtualUser. getProfile()
Methods in de.xima.fc.user with parameters of type UserProfile Modifier and Type Method Description static VirtualUser.Builder
VirtualUser. builder(UserProfile userProfile)
VirtualUser.Builder
VirtualUser.Builder. withUserProfile(UserProfile userProfile)
-
Uses of UserProfile in de.xima.fc.utils
Methods in de.xima.fc.utils that return UserProfile Modifier and Type Method Description static 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 UserProfile Modifier and Type Method Description static 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. -
Uses of UserProfile in de.xima.fc.workflow.processor.value.common
Methods in de.xima.fc.workflow.processor.value.common with parameters of type UserProfile Modifier and Type Method Description static Map<String,Object>
UserDataDescriptor. valueUserData(String userReference, UserProfile profile)
Creates a value that conforms to theUserDataDescriptor
value descriptor, using the data form the given user profile.static Map<String,Object>
UserDataDescriptor. valueUserData(String userReference, UserProfile userProfile, Iterable<FormRecordSubmission> submissions)
Creates a value that conforms to theUserDataDescriptor
value descriptor from the given universal user reference, by resolving the reference against the given list user profiles and form record submissions.static Map<String,Object>
UserProfileDescriptor. valueUserProfile(UserProfile userProfile)
Creates a value that conforms to theUserProfileDescriptor
value descriptor.static Map<String,Object>
UserProfileDescriptor. valueUserProfile(UserProfile userProfile, List<UserEmail> emails)
Creates a value that conforms to theUserProfileDescriptor
value descriptor.
-