Uses of Class
de.xima.fc.entities.UserProfile
-
Packages that use UserProfile Package Description de.xima.fc.api.entity Package for the API access of the model classes.de.xima.fc.api.system Package for API access to system configuration.de.xima.fc.dao.impl de.xima.fc.dao.interfaces de.xima.fc.entities Package für Datenbankentitätende.xima.fc.entities.interfaces Interfaces für Datenbankentitätende.xima.fc.gui.bean de.xima.fc.gui.bean.settings de.xima.fc.gui.bean.user de.xima.fc.gui.common.bean de.xima.fc.gui.common.bean.profile de.xima.fc.gui.common.bean.security de.xima.fc.gui.common.utils de.xima.fc.gui.model.user de.xima.fc.gui.utils de.xima.fc.handler.entity de.xima.fc.handler.interfaces.entity de.xima.fc.handler.interfaces.system de.xima.fc.handler.system de.xima.fc.interfaces.user de.xima.fc.mail.utils de.xima.fc.security.cache de.xima.fc.security.helper de.xima.fc.security.interfaces.logic de.xima.fc.security.user de.xima.fc.testhelper de.xima.fc.user de.xima.fc.utils Package für Utilsklassen -
-
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.UserProfile
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 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.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)
Methods in de.xima.fc.dao.impl with parameters of type UserProfile Modifier and Type Method Description @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)
String
UserProfileDao. findUniqueUserName(IEntityContext ec, String candidate, UserProfile exclude)
List<DirectClientAuthorization>
DirectClientAuthorizationDao. getUnacceptedClientInvitations(IEntityContext ec, UserProfile userProfile)
boolean
DirectClientAuthorizationDao. hasUnacceptedClientInvitations(IEntityContext ec, UserProfile 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 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<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()
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)
-
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)
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. 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)
-
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.UserProfile
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 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.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 void
LoginAttemptHelper. removeLoginAttempts(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 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()
-
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.
-