Uses of Class
org.openiam.idm.srvc.user.dto.UserCollection
-
-
Uses of UserCollection in org.openiam.base.request
Methods in org.openiam.base.request that return UserCollection Modifier and Type Method Description UserCollection[]SaveTemplateUserRequest. getDependants()Methods in org.openiam.base.request with parameters of type UserCollection Modifier and Type Method Description voidSaveTemplateUserRequest. setDependants(UserCollection[] dependants)Constructors in org.openiam.base.request with parameters of type UserCollection Constructor Description SaveProvisionUserRequest(ProvisionUser object, UserCollection[] dependants)SaveProvisionUserRequest(ProvisionUser object, UserCollection[] dependants, boolean isCalledByProvisioning)SaveTemplateUserRequest(UserRequestModel object, UserCollection[] dependants)UserSearchRequest(UserSearchBean searchBean, UserCollection[] dependants)UserSearchRequest(UserSearchBean searchBean, UserCollection[] dependants, int from, int size) -
Uses of UserCollection in org.openiam.common.beans.mq
Methods in org.openiam.common.beans.mq with parameters of type UserCollection Modifier and Type Method Description List<User>UserRabbitMQService. findBeans(UserSearchBean sb, UserCollection[] dependants, int from, int size)UserListResponseUserRabbitMQService. findBeansResponse(UserSearchBean sb, UserCollection[] dependants, int from, int size)List<Supervisor>UserRabbitMQService. getSupervisors(String id, UserCollection[] dependants, int from, int size)List<Supervisor>UserRabbitMQService. getSupervisorsWithTypes(String id, UserCollection[] dependants, int from, int size)UserUserRabbitMQService. getUser(String principal, String managedSystemId, UserCollection[] dependants)UserUserRabbitMQService. getUser(String userId, UserCollection[] dependants)Fetches a user by id from the database.ProvisionUserResponseUserRabbitMQService. save(ProvisionUser pUser, UserCollection[] dependants)Save a ProvisionUser object, without calling Provisioning, sync callProvisionUserResponseUserRabbitMQService. save(ProvisionUser pUser, UserCollection[] dependants, boolean isCalledByProvisioning)Save a ProvisionUser object, without calling ProvisioningvoidUserRabbitMQService. saveAsyncMode(ProvisionUser pUser, UserCollection[] dependants)Save a ProvisionUser object, without calling Provisioning, async call -
Uses of UserCollection in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter with parameters of type UserCollection Modifier and Type Method Description UserUserDozerConverter. convertToDTO(UserEntity userEntity, UserCollection... mappings)List<User>UserDozerConverter. convertToDTOList(List<UserEntity> list, UserCollection... mappings) -
Uses of UserCollection in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service with parameters of type UserCollection Modifier and Type Method Description ResourceEntitlementsListResponseResourceService. getBulkUserCommonOneLevelAccess(List<String> userIds, String resourceName, UserCollection[] accessTypes, int from, int size)Method is used to retrieve common applications for bulk users (content provider, managed systems, manual managed systems, auth providers) with User's roles/groups/organizations/resources (based on accessTypes param)ResourceEntitlementsListResponseResourceService. getUserOneLevelAccess(String userId, String resourceName, UserCollection[] accessTypes, int from, int size)Method is used to retrieve all user's applications (content provider, managed systems, manual managed systems, auth providers) with User's roles/groups/organizations/resources (based on accessTypes param)ResourceEntitlementsListResponseResourceService. getUserOneLevelAccessWithTypes(String userId, String resourceName, UserCollection[] accessTypes, Set<String> includeResourceTypes, Set<String> excludeResourceTypes, int from, int size)Method is used to retrieve all user's resources based on resource types defined as #includeResourceTypes and #excludeResourceTypes with User's roles/groups/organizations/resources (based on accessTypes param) -
Uses of UserCollection in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl with parameters of type UserCollection Modifier and Type Method Description ResourceEntitlementsListResponseResourceServiceImpl. getBulkUserCommonOneLevelAccess(List<String> userIds, String resourceName, UserCollection[] accessTypes, int from, int size)Method is used to retrieve common applications for bulk users (content provider, managed systems, manual managed systems, auth providers) with User's roles/groups/organizations/resources (based on accessTypes param)ResourceEntitlementsListResponseResourceServiceImpl. getCommonForBulkResources(List<String> userIds, String resourceName, UserCollection[] accessTypes, Set<String> includeResourceTypes, Set<String> excludeResourceTypes, int from, int size)ResourceEntitlementsListResponseResourceServiceImpl. getUserOneLevelAccess(String userId, String resourceName, UserCollection[] accessTypes, int from, int size)Method is used to retrieve all user's applications (content provider, managed systems, manual managed systems, auth providers) with User's roles/groups/organizations/resources (based on accessTypes param)ResourceEntitlementsListResponseResourceServiceImpl. getUserOneLevelAccess(String userId, String resourceName, UserCollection[] accessTypes, Set<String> includeResourceTypes, Set<String> excludeResourceTypes, int from, int size)ResourceEntitlementsListResponseResourceServiceImpl. getUserOneLevelAccessWithTypes(String userId, String resourceName, UserCollection[] accessTypes, Set<String> includeResourceTypes, Set<String> excludeResourceTypes, int from, int size) -
Uses of UserCollection in org.openiam.esb.core.user.service
Methods in org.openiam.esb.core.user.service with parameters of type UserCollection Modifier and Type Method Description UserListResponseUserDataService. findBeansDto(UserSearchBean searchBean, UserCollection[] dependants, int from, int size)Returns list of User objects that matches given search criteria.UserListResponseUserDataService. getSubordinatesDto(SupervisorSearchBean sb, UserCollection[] dependants, int from, int size, List<SortParam> sortBy)Returns list of User objects, this list contains subordinate users for given user id(their superior).SupervisorListResponseUserDataService. getSuperiorsDto(String userId, UserCollection[] dependants, int from, int size)Returns list of User objects for given search criteria, it returns list of superiors for user.SupervisorListResponseUserDataService. getSuperiorsDtoWithTypes(String userId, UserCollection[] dependants, int from, int size)UserUserDataService. getUserDto(String id, UserCollection... dependants)Gets User object for given user id.UserUserDataService. getUserDtoByPrincipal(String principal, String managedSysId, UserCollection... dependants)Returns a User object that is associated with the principal.UserUserDataService. save(ProvisionUser pUser, UserCollection[] dependants)This method saves a user Do NOT call this method directly.UserUserDataService. save(ProvisionUser pUser, UserCollection[] dependants, boolean isCalledByProvisioning)UserUserDataService. save(ProvisionUser pUser, UserRequestModel userRequestModel, UserCollection[] dependants)UserUserDataService. save(ProvisionUser pUser, UserRequestModel request, UserCollection[] dependants, boolean isCalledByProvisioning)This method saves a templated user Do NOT call this method directly. -
Uses of UserCollection in org.openiam.esb.core.user.service.impl
Methods in org.openiam.esb.core.user.service.impl with parameters of type UserCollection Modifier and Type Method Description UserListResponseUserMgr. findBeansDto(UserSearchBean searchBean, UserCollection[] dependants, int from, int size)UserListResponseUserMgr. getSubordinatesDto(SupervisorSearchBean sb, UserCollection[] dependants, int from, int size, List<SortParam> sortBy)this is the best we can do w/ current supervisors <-> superiors implementation TODO: review / rewrite supervisors <-> superiors approach in 4.2.2+SupervisorListResponseUserMgr. getSuperiorsDto(String userId, UserCollection[] dependants, int from, int size)SupervisorListResponseUserMgr. getSuperiorsDtoWithTypes(String userId, UserCollection[] dependants, int from, int size)UserUserMgr. getUserDto(String id, UserCollection... dependants)UserUserMgr. getUserDtoByPrincipal(String principal, String managedSysId, UserCollection... dependants)UserUserMgr. save(ProvisionUser pUser, UserCollection[] dependants)Do NOT call this method directly.UserUserMgr. save(ProvisionUser pUser, UserCollection[] dependants, boolean isCalledByProvisioning)Do NOT call this method directly.UserUserMgr. save(ProvisionUser pUser, UserRequestModel userRequestModel, UserCollection[] dependants)Do NOT call this method directly.UserUserMgr. save(ProvisionUser pUser, UserRequestModel userRequestModel, UserCollection[] dependants, boolean isCalledByProvisioning)Do NOT call this method directly.protected org.openiam.esb.core.user.service.impl.UserMgr.SaveToDBUserResponseUserMgr. saveToDB(ProvisionUser pUser, UserRequestModel userRequestModel, UserCollection[] dependants) -
Uses of UserCollection in org.openiam.idm.provisioning.service.user
Methods in org.openiam.idm.provisioning.service.user with parameters of type UserCollection Modifier and Type Method Description protected UserAbstractUserProvisionOperation. getUser(String userId, boolean throwExceptionIfUserNotFound, UserCollection... dependencies)protected UserAbstractUserProvisionOperation. getUser(String principal, String managedSystemId, UserCollection... dependencies)protected UserAbstractUserProvisionOperation. save(ProvisionUser pUser, UserCollection[] dependants) -
Uses of UserCollection in org.openiam.idm.srvc.user.dto
Methods in org.openiam.idm.srvc.user.dto that return UserCollection Modifier and Type Method Description static UserCollection[]UserCollection. asArray(UserCollection... items)static UserCollectionUserCollection. valueOf(String name)Returns the enum constant of this type with the specified name.static UserCollection[]UserCollection. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openiam.idm.srvc.user.dto with parameters of type UserCollection Modifier and Type Method Description static UserCollection[]UserCollection. asArray(UserCollection... items) -
Uses of UserCollection in org.openiam.srvc.am
Methods in org.openiam.srvc.am with parameters of type UserCollection Modifier and Type Method Description ResourceEntitlementsListResponseResourceDataService. getBulkUsersCommonOneLevelAccess(List<String> userIds, String resourceSearchQuery, UserCollection[] accessTypes, int from, int size)Method is used to retrieve bulk users common applications (content provider, managed systems, manual managed systems, auth providers) with User's roles/groups/organizations (based on accessTypes param)ResourceEntitlementsListResponseResourceDataServiceImpl. getBulkUsersCommonOneLevelAccess(List<String> userIds, String resourceSearchQuery, UserCollection[] accessTypes, int from, int size)Retrieves the common one-level access for a bulk list of users based on the provided search query and access types.ResourceEntitlementsListResponseResourceDataService. getOneLevelAccess(String userId, String resourceSearchQuery, UserCollection[] accessTypes, int from, int size)Method is used to retrieve all user's applications (content provider, managed systems, manual managed systems, auth providers) with User's roles/groups/organizations (based on accessTypes param)ResourceEntitlementsListResponseResourceDataServiceImpl. getOneLevelAccess(String userId, String resourceSearchQuery, UserCollection[] accessTypes, int from, int size)ResourceEntitlementsListResponseResourceDataService. getOneLevelAccessWithResourceTypes(String userId, String resourceSearchQuery, UserCollection[] accessTypes, Set<String> includeResourceTypeIds, Set<String> excludeResourceTypeIds, int from, int size)Method is used to retrieve all user's resources based on resource types defined as #includeResourceTypes and #excludeResourceTypes with User's roles/groups/organizations/resources (based on accessTypes param)ResourceEntitlementsListResponseResourceDataServiceImpl. getOneLevelAccessWithResourceTypes(String userId, String resourceSearchQuery, UserCollection[] accessTypes, Set<String> includeResourceTypeIds, Set<String> excludeResourceTypeIds, int from, int size) -
Uses of UserCollection in org.openiam.srvc.user
Methods in org.openiam.srvc.user with parameters of type UserCollection Modifier and Type Method Description UserListResponseUserDataWebService. findBeans(UserSearchBean userSearchBean, UserCollection[] dependants, int from, int size)Call to find users by various criteriaUserListResponseUserDataWebServiceImpl. findBeans(UserSearchBean searchBean, UserCollection[] dependants, int from, int size)UserListResponseUserDataWebService. getSubordinates(String userId, UserCollection[] dependants, int from, int size, List<SortParam> sortList, UserSearchBean filterSearch)Gets a Paged List of User Objects, representing the subordinates of this userIdUserListResponseUserDataWebServiceImpl. getSubordinates(String userId, UserCollection[] dependants, int from, int size, List<SortParam> sortList, UserSearchBean filterSearch)SupervisorListResponseUserDataWebService. getSuperiors(String userId, UserCollection[] dependants, int from, int size)returns a paged List of Supervisors for this UserSupervisorListResponseUserDataWebServiceImpl. getSuperiors(String userId, UserCollection[] dependants, int from, int size)SupervisorListResponseUserDataWebService. getSuperiorsWithTypes(String userId, UserCollection[] dependants, int from, int size)SupervisorListResponseUserDataWebServiceImpl. getSuperiorsWithTypes(String userId, UserCollection[] dependants, int from, int size)UserUserDataWebService. getUserByPrincipal(String principal, String managedSysId, UserCollection[] dependants)Find a User based on his principal, security domain, and the managed systemUserUserDataWebServiceImpl. getUserByPrincipal(String principal, String managedSysId, UserCollection[] dependants)UserResponseUserDataWebService. getUserWithDependent(String id, UserCollection[] dependants)Get a user based on his internal IDUserResponseUserDataWebServiceImpl. getUserWithDependent(String id, UserCollection[] dependants)ProvisionUserResponseUserDataWebService. saveProvisionTemplateUser(UserRequestModel userRequestModel, UserCollection[] dependants)Save provision user formed by templated Edit User page.ProvisionUserResponseUserDataWebServiceImpl. saveProvisionTemplateUser(UserRequestModel userRequestModel, UserCollection[] dependants)ProvisionUserResponseUserDataWebService. saveProvisionUser(ProvisionUser provisionUser, UserCollection[] dependants)Saves ProvisionUser.ProvisionUserResponseUserDataWebServiceImpl. saveProvisionUser(ProvisionUser provisionUser, UserCollection[] dependants) -
Uses of UserCollection in org.openiam.workflow.activiti.delegate.core
Methods in org.openiam.workflow.activiti.delegate.core with parameters of type UserCollection Modifier and Type Method Description protected UserAbstractActivitiJob. getUser(String userId, UserCollection... dependencies)
-