Uses of Class
org.openiam.idm.srvc.user.dto.User
-
-
Uses of User in org.openiam.am.srvc.groovy
Methods in org.openiam.am.srvc.groovy with parameters of type User Modifier and Type Method Description default MailContent
CustomMailConfigHelper. customizeEmailContent(User user, List<NotificationParam> notificationParamList, AuditLogBuilder auditLogBuilder)
Customizes the email content based on the user, notification parameters, and audit log information.boolean
RefreshUserIdentityHelper. resyncIdentity(User user, String managedSysId)
-
Uses of User in org.openiam.base.request
Methods in org.openiam.base.request that return User Modifier and Type Method Description User
PasswordValidationRequest. getUser()
Methods in org.openiam.base.request with parameters of type User Modifier and Type Method Description void
PasswordValidationRequest. setUser(User user)
Constructors in org.openiam.base.request with parameters of type User Constructor Description BusinessRuleCheckCrudRequest(User object, BrConditionDto brConditionDto)
BusinessRuleCrudRequest(User object, AttributeOperationEnum operation)
UserCrudRequest(User object)
-
Uses of User in org.openiam.base.response
Methods in org.openiam.base.response that return User Modifier and Type Method Description User
ActivitiHistoricDetail. getAssigneeUser()
User
ActivitiHistoricDetail. getExecutor()
User
ActivitiHistoricDetail. getNewUser()
User
ActivitiHistoricDetail. getRequestorUser()
Methods in org.openiam.base.response that return types with arguments of type User Modifier and Type Method Description List<User>
ActivitiHistoricDetail. getCandidateUsers()
List<User>
ActivitiHistoricDetail. getCustomApprovers()
Methods in org.openiam.base.response with parameters of type User Modifier and Type Method Description void
ActivitiHistoricDetail. setAssigneeUser(User assigneeUser)
void
ActivitiHistoricDetail. setExecutor(User executor)
void
ActivitiHistoricDetail. setNewUser(User newUser)
void
ActivitiHistoricDetail. setRequestorUser(User requestorUser)
void
TaskHistoryWrapper. setUserInfo(User user)
Method parameters in org.openiam.base.response with type arguments of type User Modifier and Type Method Description void
ActivitiHistoricDetail. setCandidateUsers(List<User> candidateUsers)
void
ActivitiHistoricDetail. setCustomApprovers(List<User> customApprovers)
-
Uses of User in org.openiam.br.groovy
Methods in org.openiam.br.groovy with parameters of type User Modifier and Type Method Description void
IActionExecutor. perform(User user)
boolean
IConditionExecutor. perfrom(User u)
-
Uses of User in org.openiam.br.service
Methods in org.openiam.br.service with parameters of type User Modifier and Type Method Description ConditionExplainResponse
BusinessRuleEvaluationService. checkCondition(User data, BrConditionDto conditionDto)
Boolean
BusinessRuleEvaluationService. evaluate(User data, List<String> explanations, BrConditionDto conditionDto)
static ExpressionResult
BusinessRuleDataExtractor. match(User user, BusinessRuleExpressionAttribute attribute, BusinessRuleExpressionOperationEnum operation, Set<String> values)
BusinessRuleEvaluationResponse
BusinessRuleEvaluationService. processUser(List<BusinessRuleDto> dtos, User user, User oldUser, AttributeOperationEnum attributeOperationEnum, boolean deleteAfterEvaluation)
-
Uses of User in org.openiam.common.beans.mq
Methods in org.openiam.common.beans.mq that return User Modifier and Type Method Description User
UserRabbitMQService. getUser(String principal, String managedSystemId, UserCollection[] dependants)
User
UserRabbitMQService. getUser(String userId, UserCollection[] dependants)
Fetches a user by id from the database.User
UserRabbitMQService. suggestById(String id)
Fetches a user by id from elasticsearch.Methods in org.openiam.common.beans.mq that return types with arguments of type User Modifier and Type Method Description List<User>
UserRabbitMQService. findBeans(UserSearchBean sb, UserCollection[] dependants, int from, int size)
Methods in org.openiam.common.beans.mq with parameters of type User Modifier and Type Method Description Response
UserRabbitMQService. deleteUser(User user)
-
Uses of User in org.openiam.elasticsearch.converter
Methods in org.openiam.elasticsearch.converter that return User Modifier and Type Method Description User
IncompleteUserDocToEntityConverter. convertToDTO(IncompleteSelfRegistrationUserDoc doc)
User
UserDocToEntityConverter. convertToDTO(UserDoc doc)
protected User
IncompleteUserDocToEntityConverter. newDTO()
protected User
UserDocToEntityConverter. newDTO()
Methods in org.openiam.elasticsearch.converter that return types with arguments of type User Modifier and Type Method Description Class<User>
IncompleteUserDocToEntityConverter. getDTOClass()
Class<User>
UserDocToEntityConverter. getDTOClass()
-
Uses of User in org.openiam.email.model
Methods in org.openiam.email.model that return User Modifier and Type Method Description User
EmailTaskRequest. getRequestorUser()
User
EmailTaskRequest. getTargetUser()
Methods in org.openiam.email.model with parameters of type User Modifier and Type Method Description void
EmailTaskRequest. setRequestorUser(User requestorUser)
void
EmailTaskRequest. setTargetUser(User targetUser)
-
Uses of User in org.openiam.esb.am.service
Fields in org.openiam.esb.am.service declared as User Modifier and Type Field Description protected User
AuthResourceAttributeMapper. user
Methods in org.openiam.esb.am.service that return User Modifier and Type Method Description User
AuthResourceAttributeMapper. getUser()
Methods in org.openiam.esb.am.service with parameters of type User Modifier and Type Method Description void
AuthResourceAttributeMapper. init(User user)
-
Uses of User in org.openiam.esb.core.batch.tasks
Methods in org.openiam.esb.core.batch.tasks that return types with arguments of type User Modifier and Type Method Description protected List<User>
AccessCertificationHelper. getData(UserSearchBean userSearchBean, int from, int size)
-
Uses of User in org.openiam.esb.core.batch.tasks.implementation
Methods in org.openiam.esb.core.batch.tasks.implementation that return types with arguments of type User Modifier and Type Method Description abstract List<User>
AbstractLeaverProcess. getUsers(int daysBeforeLeaver)
Get users by before last dateMethods in org.openiam.esb.core.batch.tasks.implementation with parameters of type User Modifier and Type Method Description abstract void
AbstractActivateProcess. activate(User user, String auditLogId)
Activate a userabstract void
AbstractLeaverProcess. perform(User users)
Disable users -
Uses of User in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return User Modifier and Type Method Description User
UserDozerConverter. convertDTO(User entity, boolean isDeep)
User
UserDozerConverter. convertToDTO(UserEntity userEntity, boolean isDeep)
User
UserDozerConverter. convertToDTO(UserEntity userEntity, UserCollection... mappings)
Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type User Modifier and Type Method Description List<User>
UserDozerConverter. convertToDTOList(List<UserEntity> list, boolean isDeep)
List<User>
UserDozerConverter. convertToDTOList(List<UserEntity> list, UserCollection... mappings)
Set<User>
UserDozerConverter. convertToDTOSet(Set<UserEntity> set, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter with parameters of type User Modifier and Type Method Description User
UserDozerConverter. convertDTO(User entity, boolean isDeep)
UserEntity
UserDozerConverter. convertToEntity(User dto, boolean isDeep)
Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type User Modifier and Type Method Description List<UserEntity>
UserDozerConverter. convertToEntityList(List<User> list, boolean isDeep)
Set<UserEntity>
UserDozerConverter. convertToEntitySet(Set<User> set, boolean isDeep)
-
Uses of User in org.openiam.esb.core.meta.service.impl
Methods in org.openiam.esb.core.meta.service.impl with parameters of type User Modifier and Type Method Description void
DefaultUserCustomValidator. isValid(User user)
-
Uses of User in org.openiam.esb.core.service.impl
Method parameters in org.openiam.esb.core.service.impl with type arguments of type User Modifier and Type Method Description void
AccessRightProcessor. process(UserSearchBean searchBean, List<User> dtoList)
-
Uses of User in org.openiam.esb.core.template.provider
Methods in org.openiam.esb.core.template.provider with parameters of type User Modifier and Type Method Description void
UseTemplateProvider. validate(User dto)
-
Uses of User in org.openiam.esb.core.user.service
Methods in org.openiam.esb.core.user.service that return User Modifier and Type Method Description User
UserDataService. getUserDto(String id)
Gets User object for given user id.User
UserDataService. getUserDto(String id, UserCollection... dependants)
Gets User object for given user id.User
UserDataService. getUserDtoByPrincipal(String principal, String managedSysId, UserCollection... dependants)
Returns a User object that is associated with the principal.User
UserDataService. save(ProvisionUser pUser, UserCollection[] dependants)
This method saves a user Do NOT call this method directly.User
UserDataService. save(ProvisionUser pUser, UserCollection[] dependants, boolean isCalledByProvisioning)
User
UserDataService. save(ProvisionUser pUser, UserRequestModel userRequestModel, UserCollection[] dependants)
User
UserDataService. save(ProvisionUser pUser, UserRequestModel request, UserCollection[] dependants, boolean isCalledByProvisioning)
This method saves a templated user Do NOT call this method directly.User
UserDataService. suggestById(String id)
Gets User object for given user id from elasticsearchMethods in org.openiam.esb.core.user.service that return types with arguments of type User Modifier and Type Method Description List<User>
UserDataService. fetchUsersFromCSVFile(BulkPasswordResetConfig resetConfig)
Fetches a list of users from a csv file based on the provided BulkPasswordResetConfig.List<User>
UserDataService. getUserDtoBetweenCreateDate(Date fromDate, Date toDate)
Deprecated.List<User>
UserDataService. getUserDtoBetweenLastDate(Date fromDate, Date toDate)
Deprecated.List<User>
UserDataService. getUserDtoBetweenStartDate(Date fromDate, Date toDate)
Deprecated.List<User>
UserDataService. getUserDtoByLastDate(Date lastDate)
Deprecated.Methods in org.openiam.esb.core.user.service with parameters of type User Modifier and Type Method Description void
UserDataService. acceptITPolicy(User user)
Deprecated. -
Uses of User in org.openiam.esb.core.user.service.impl
Methods in org.openiam.esb.core.user.service.impl that return User Modifier and Type Method Description User
UserMgr. getUserDto(String id)
User
UserMgr. getUserDto(String id, UserCollection... dependants)
User
UserMgr. getUserDtoByPrincipal(String principal, String managedSysId, UserCollection... dependants)
User
UserMgr. save(ProvisionUser pUser, UserCollection[] dependants)
Do NOT call this method directly.User
UserMgr. save(ProvisionUser pUser, UserCollection[] dependants, boolean isCalledByProvisioning)
Do NOT call this method directly.User
UserMgr. save(ProvisionUser pUser, UserRequestModel userRequestModel, UserCollection[] dependants)
Do NOT call this method directly.User
UserMgr. save(ProvisionUser pUser, UserRequestModel userRequestModel, UserCollection[] dependants, boolean isCalledByProvisioning)
Do NOT call this method directly.User
UserMgr. suggestById(String id)
Methods in org.openiam.esb.core.user.service.impl that return types with arguments of type User Modifier and Type Method Description List<User>
UserMgr. fetchUsersFromCSVFile(BulkPasswordResetConfig bulkPasswordResetConfig)
Retrieves a list of user data from a csv file based on the provided BulkPasswordResetConfig.List<User>
UserMgr. getUserDtoBetweenCreateDate(Date fromDate, Date toDate)
List<User>
UserMgr. getUserDtoBetweenLastDate(Date fromDate, Date toDate)
List<User>
UserMgr. getUserDtoBetweenStartDate(Date fromDate, Date toDate)
List<User>
UserMgr. getUserDtoByLastDate(Date lastDate)
Methods in org.openiam.esb.core.user.service.impl with parameters of type User Modifier and Type Method Description void
UserMgr. acceptITPolicy(User user)
Deprecated. -
Uses of User in org.openiam.esb.core.user.utils
Methods in org.openiam.esb.core.user.utils with parameters of type User Modifier and Type Method Description void
IUserConverter. convertUserType(User targetUser, User sourceUser, String newMdType)
void
IUserConverter. validateUserConversion(User user, User sourceUser, String newTypeId)
-
Uses of User in org.openiam.idm.groovy
Methods in org.openiam.idm.groovy with parameters of type User Modifier and Type Method Description void
DefaultConnectorResponseListenerHandler. notify(AbstractConnectorResponse connectorResponse, User user, AuditLogBuilder auditLogBuilder)
-
Uses of User in org.openiam.idm.provisioning.service.user
Methods in org.openiam.idm.provisioning.service.user that return User Modifier and Type Method Description protected User
AbstractUserPasswordProvisionOperation. getUser(PasswordSync object)
protected User
AbstractUserProvisionOperation. getUser(String userId, boolean throwExceptionIfUserNotFound, UserCollection... dependencies)
protected User
AbstractUserProvisionOperation. getUser(String principal, String managedSystemId, UserCollection... dependencies)
protected User
AbstractUserProvisionOperation. save(ProvisionUser pUser, UserCollection[] dependants)
Methods in org.openiam.idm.provisioning.service.user with parameters of type User Modifier and Type Method Description protected void
AbstractUserPasswordProvisionOperation. sendActivationLink(User user, Login login, String notificationType)
protected void
AbstractUserPasswordProvisionOperation. sendResetPasswordToUser(User user, Login identity, String password, PasswordSync passwordSync)
-
Uses of User in org.openiam.idm.srvc.org.dto
Methods in org.openiam.idm.srvc.org.dto that return User Modifier and Type Method Description User
OrganizationUserDTO. getUser()
Methods in org.openiam.idm.srvc.org.dto with parameters of type User Modifier and Type Method Description void
OrganizationUserDTO. setUser(User user)
-
Uses of User in org.openiam.idm.srvc.role.dto
Fields in org.openiam.idm.srvc.role.dto declared as User Modifier and Type Field Description protected User
UserSet.UserObj. user
Methods in org.openiam.idm.srvc.role.dto that return User Modifier and Type Method Description User
UserSet.UserObj. getUser()
Gets the value of the role property.Methods in org.openiam.idm.srvc.role.dto that return types with arguments of type User Modifier and Type Method Description Set<User>
UserSetAdapter. unmarshal(UserSet v)
Methods in org.openiam.idm.srvc.role.dto with parameters of type User Modifier and Type Method Description void
UserSet.UserObj. setUser(User value)
Sets the value of the role property.Method parameters in org.openiam.idm.srvc.role.dto with type arguments of type User Modifier and Type Method Description UserSet
UserSetAdapter. marshal(Set<User> b)
-
Uses of User in org.openiam.idm.srvc.user.dto
Methods in org.openiam.idm.srvc.user.dto that return User Modifier and Type Method Description User
CreateAccessRequestModel. getTargetObject()
protected User
User. updateAttributes(Map<String,UserAttribute> attrMap)
Methods in org.openiam.idm.srvc.user.dto with parameters of type User Modifier and Type Method Description void
User. addSupervisor(User superiorUser, MetadataType type)
void
User. mergeUser(User newData)
method is used to merge user data during its trasfer during selfreg stepsvoid
CreateAccessRequestModel. setTargetObject(User user)
void
User. updateUser(User newUser)
Constructors in org.openiam.idm.srvc.user.dto with parameters of type User Constructor Description Supervisor(User employee, User supervisor)
Supervisor(User employee, User supervisor, MetadataType type)
User(User obj)
-
Uses of User in org.openiam.provision.dto
Subclasses of User in org.openiam.provision.dto Modifier and Type Class Description class
ProvisionUser
ProvisionUser is the user object used by the provisioning service.Methods in org.openiam.provision.dto that return User Modifier and Type Method Description User
ProvisionUser. getUser()
Constructors in org.openiam.provision.dto with parameters of type User Constructor Description ProvisionUser(User user)
-
Uses of User in org.openiam.srvc.user
Methods in org.openiam.srvc.user that return User Modifier and Type Method Description User
UserDataWebService. getUserByPrincipal(String principal, String managedSysId, UserCollection[] dependants)
Find a User based on his principal, security domain, and the managed systemUser
UserDataWebServiceImpl. getUserByPrincipal(String principal, String managedSysId, UserCollection[] dependants)
Methods in org.openiam.srvc.user that return types with arguments of type User Modifier and Type Method Description List<User>
UserDataWebService. getUserBetweenCreateDate(Date fromDate, Date toDate)
Deprecated.As of 4.2.1.4 has fix in findBeans please useUserDataWebService.findBeans(UserSearchBean, UserCollection[], int, int)
instead.List<User>
UserDataWebServiceImpl. getUserBetweenCreateDate(Date fromDate, Date toDate)
List<User>
UserDataWebService. getUserBetweenLastDate(Date fromDate, Date toDate)
Deprecated.As of 4.2.1.4 has fix in findBeans please useUserDataWebService.findBeans(UserSearchBean, UserCollection[], int, int)
instead.List<User>
UserDataWebServiceImpl. getUserBetweenLastDate(Date fromDate, Date toDate)
List<User>
UserDataWebService. getUserBetweenStartDate(Date fromDate, Date toDate)
Deprecated.As of 4.2.1.4 has fix in findBeans please useList<User>
UserDataWebServiceImpl. getUserBetweenStartDate(Date fromDate, Date toDate)
List<User>
UserDataWebService. getUserByLastDate(Date lastDate)
Deprecated.As of 4.2.1.4 has fix in findBeans please useUserDataWebService.findBeans(UserSearchBean, UserCollection[], int, int)
instead.List<User>
UserDataWebServiceImpl. getUserByLastDate(Date lastDate)
Deprecated. -
Uses of User in org.openiam.sync.service.impl.service
Fields in org.openiam.sync.service.impl.service with type parameters of type User Modifier and Type Field Description protected HashMap<String,User>
AbstractTransformScript. usersById
protected HashMap<String,User>
AbstractTransformScript. usersByLogin
Methods in org.openiam.sync.service.impl.service that return User Modifier and Type Method Description protected User
AbstractTransformScript. getUserByAttribute(String attributeName, String attributeValue)
Get user by its attribute valueprotected User
AbstractTransformScript. getUserById(String id)
get user by ID, returns user with its all collectionsprotected User
AbstractTransformScript. getUserByLogin(String login)
get user by primary principal, returns user with its all collectionsprotected User
AbstractTransformScript. getUserByLogin(String login, String mSysId)
get user by its principal -
Uses of User in org.openiam.workflow.activiti.custom
Methods in org.openiam.workflow.activiti.custom that return User Modifier and Type Method Description User
TargetUserHandler. getNullableResult(CallableStatement cs, int columnIndex)
User
TargetUserHandler. getNullableResult(ResultSet rs, int columnIndex)
User
TargetUserHandler. getNullableResult(ResultSet rs, String columnName)
Methods in org.openiam.workflow.activiti.custom with parameters of type User Modifier and Type Method Description void
TargetUserHandler. setNonNullParameter(PreparedStatement ps, int i, User parameter, org.apache.ibatis.type.JdbcType jdbcType)
-
Uses of User in org.openiam.workflow.activiti.delegate.core
Methods in org.openiam.workflow.activiti.delegate.core that return User Modifier and Type Method Description protected User
AbstractActivitiJob. getUser(String userId, UserCollection... dependencies)
protected User
AbstractActivitiJob. suggestUserById(String userId)
Methods in org.openiam.workflow.activiti.delegate.core with parameters of type User Modifier and Type Method Description Set<String>
ActivitiApproverAssociationHelper. calculateAdminsForApplication(ApproverAssociation associationEntity, User user)
Map<Set<String>,Boolean>
ActivitiApproverAssociationHelper. calculateAdminsForEntitlementsOfUser(User user)
Set<String>
ActivitiApproverAssociationHelper. calculateOwnersForApplication(ApproverAssociation associationEntity, User user)
Map<Set<String>,Boolean>
ActivitiApproverAssociationHelper. calculateOwnersForEntitlementsOfUser(User user)
protected void
AbstractNotificationDelegate. fillCommonNotificationParams(User toNotify, List<NotificationParam> notificationParams, String targetUserDisplay, String targetUserLogin, String supervisorDisplayName, String supervisorLogin, String domain, Map<String,Object> executionVariables, String processInstanceId)
protected void
AbstractNotificationDelegate. fillUpAudit(Map<String,Object> executionValues, User user, String notificationType)
protected List<String>
AbstractActivitiJob. getSupervisorsForUser(User user)
User must come from DB with UserCollection Supervisorprotected List<String>
AbstractNotificationDelegate. getSupervisorsForUser(User user)
User must be fetched from DB with UserCollection Supervisorboolean
ActivitiApproverAssociationHelper. isRequestDelegated(User user)
This method is to check whether the task will get delegated to delegatee or to remain with the current approverSet<String>
ActivitiApproverAssociationHelper. obtainTargetApplicationIds(ApproverAssociation associationEntity, User user)
abstract void
AbstractNotificationDelegate. sendActivationLink(Map<String,Object> executionValues, User user, Login login)
abstract void
AbstractNotificationDelegate. sendEmail(String notificationType, Map<String,Object> executionValues, User requester, User newUser, String userId, String email, String identity, String password, NewUserProfileRequestModel profileRequestModel)
abstract void
AbstractNotificationDelegate. sendEmails(Map<String,Object> executionValues, User requestor, User newUser, String notificationType, Set<String> userIds, Set<String> emailAddresses, NewUserProfileRequestModel request)
abstract void
AbstractNotificationDelegate. sendNotification(User toNotify, User targetUser, Map<String,Object> executionValues, String processInstanceId)
abstract void
AbstractNotificationDelegate. sendNotification(User toNotify, User targetUser, Map<String,Object> executionValues, String notificationType, String processInstanceId)
void
NotificationHelper. sendNotification(User toNotify, User requestor, TaskWrapper taskWrapper, String notificationType, CreateAccessRequestModel model)
abstract void
AbstractNotificationDelegate. sendNotificationRequestNewHire(User user, User requester, Map<String,Object> executionValues, NewUserProfileRequestModel profileModel, String processInstanceId)
abstract void
AbstractNotificationDelegate. sendNotificationUserCentricRequest(User toNotify, User targetUserFromDb, Map<String,Object> executionValues, String processInstanceId)
abstract void
AbstractNotificationDelegate. sendNotificationUserCentricRequest(User toNotify, User targetUserFromDb, Map<String,Object> executionValues, String notificationType, String processInstanceId)
Method parameters in org.openiam.workflow.activiti.delegate.core with type arguments of type User Modifier and Type Method Description ApproveBean
ActivitiApproverAssociationHelper. getDefaultApproveStep(List<String> approverUserIds, String assigneeId, Function<String,User> mapper)
Same as getDefaultApproveStep(approverUserIds, assigneeId), except the caller can choose to include the approver Names or not -
Uses of User in org.openiam.workflow.activiti.delegate.entitlements
Methods in org.openiam.workflow.activiti.delegate.entitlements with parameters of type User Modifier and Type Method Description protected String
AbstractEntitlementsDelegate. initiateManualTaskForRevocation(String resourceId, User user, String requestorId, List<AbstractPolicyEntitlementsDTO> items)
-
Uses of User in org.openiam.workflow.activiti.delegate.user.displaymapper
Methods in org.openiam.workflow.activiti.delegate.user.displaymapper with parameters of type User Modifier and Type Method Description MapperResponse
AbstractUserDisplayMapper. getMetadataMap(UserProfileRequestModel request, User originalUser, org.activiti.engine.delegate.DelegateExecution execution)
-
Uses of User in org.openiam.workflow.activiti.groovy
Methods in org.openiam.workflow.activiti.groovy with parameters of type User Modifier and Type Method Description boolean
RevokeAccessApproverAssociationIdentifier. isAccessible(String requesterId, User user)
If requester is user or supervisor or managed system owner returns true, otherwise returns false.boolean
RevokeAccessApproverAssociationIdentifier. isApplicable(String requesterId, User user)
Method verifies if requester is allowed to revoke access, if yes returns true otherwise false method is used for authorization to perform revocationabstract void
IntegrateCreateUserRequestHelper. perform(User user, CreateAccessRequestModel createAccessRequestModel, Map<String,Object> taskVariables, AuditLogBuilder auditLogBuilder)
void
DefaultNotificationDelegate. sendActivationLink(Map<String,Object> executionValues, User user, Login login)
void
DefaultNotificationDelegate. sendEmail(String notificationType, Map<String,Object> executionValues, User requester, User newUser, String userId, String email, String identity, String password, NewUserProfileRequestModel profileRequestModel)
void
DefaultNotificationDelegate. sendEmails(Map<String,Object> executionValues, User requestor, User newUser, String notificationType, Set<String> userIds, Set<String> emailAddresses, NewUserProfileRequestModel request)
void
DefaultNotificationDelegate. sendNotification(User toNotify, User targetUser, Map<String,Object> executionValues, String processInstanceId)
void
DefaultNotificationDelegate. sendNotification(User toNotify, User targetUser, Map<String,Object> executionValues, String notificationType, String processInstanceId)
void
DefaultNotificationDelegate. sendNotificationRequestNewHire(User user, User requester, Map<String,Object> executionValues, NewUserProfileRequestModel profileModel, String processInstanceId)
void
DefaultNotificationDelegate. sendNotificationUserCentricRequest(User toNotify, User targetUserFromDb, Map<String,Object> executionValues, String processInstanceId)
void
DefaultNotificationDelegate. sendNotificationUserCentricRequest(User toNotify, User targetUserFromDb, Map<String,Object> executionValues, String notificationType, String processInstanceId)
-
Uses of User in org.openiam.workflow.activiti.utils
Methods in org.openiam.workflow.activiti.utils with parameters of type User Modifier and Type Method Description protected void
ActivitiHelper. addTargetUserToVariables(Map<String,Object> variables, AuditLogBuilder idmAuditLog, User targetUser)
void
BatchWorkflowUtils. initiainitiateRequestedPermissions(User reqUser, List<UserToRoleMembershipXref> reqRolesWithoutApproover, List<UserToGroupMembershipXref> reqGroupsWithoutApproover, List<UserToResourceMembershipXref> reqResourcesWithoutApproover, Map<String,ApproverListForPermission<MembershipXref>> reqPermissionWithApprover)
-