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 void
SaveTemplateUserRequest. 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)
UserListResponse
UserRabbitMQService. 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)
User
UserRabbitMQService. getUser(String principal, String managedSystemId, UserCollection[] dependants)
User
UserRabbitMQService. getUser(String userId, UserCollection[] dependants)
Fetches a user by id from the database.ProvisionUserResponse
UserRabbitMQService. save(ProvisionUser pUser, UserCollection[] dependants)
Save a ProvisionUser object, without calling Provisioning, sync callProvisionUserResponse
UserRabbitMQService. save(ProvisionUser pUser, UserCollection[] dependants, boolean isCalledByProvisioning)
Save a ProvisionUser object, without calling Provisioningvoid
UserRabbitMQService. 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 User
UserDozerConverter. 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 ResourceEntitlementsListResponse
ResourceService. 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)ResourceEntitlementsListResponse
ResourceService. 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)ResourceEntitlementsListResponse
ResourceService. 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 ResourceEntitlementsListResponse
ResourceServiceImpl. 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)ResourceEntitlementsListResponse
ResourceServiceImpl. getCommonForBulkResources(List<String> userIds, String resourceName, UserCollection[] accessTypes, Set<String> includeResourceTypes, Set<String> excludeResourceTypes, int from, int size)
ResourceEntitlementsListResponse
ResourceServiceImpl. 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)ResourceEntitlementsListResponse
ResourceServiceImpl. getUserOneLevelAccess(String userId, String resourceName, UserCollection[] accessTypes, Set<String> includeResourceTypes, Set<String> excludeResourceTypes, int from, int size)
ResourceEntitlementsListResponse
ResourceServiceImpl. 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 UserListResponse
UserDataService. findBeansDto(UserSearchBean searchBean, UserCollection[] dependants, int from, int size)
Returns list of User objects that matches given search criteria.UserListResponse
UserDataService. 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).SupervisorListResponse
UserDataService. 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.SupervisorListResponse
UserDataService. getSuperiorsDtoWithTypes(String userId, UserCollection[] dependants, int from, int size)
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. -
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 UserListResponse
UserMgr. findBeansDto(UserSearchBean searchBean, UserCollection[] dependants, int from, int size)
UserListResponse
UserMgr. 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+SupervisorListResponse
UserMgr. getSuperiorsDto(String userId, UserCollection[] dependants, int from, int size)
SupervisorListResponse
UserMgr. getSuperiorsDtoWithTypes(String userId, UserCollection[] dependants, int from, int size)
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.protected org.openiam.esb.core.user.service.impl.UserMgr.SaveToDBUserResponse
UserMgr. 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 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)
-
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 UserCollection
UserCollection. 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 ResourceEntitlementsListResponse
ResourceDataService. 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)ResourceEntitlementsListResponse
ResourceDataServiceImpl. 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.ResourceEntitlementsListResponse
ResourceDataService. 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)ResourceEntitlementsListResponse
ResourceDataServiceImpl. getOneLevelAccess(String userId, String resourceSearchQuery, UserCollection[] accessTypes, int from, int size)
ResourceEntitlementsListResponse
ResourceDataService. 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)ResourceEntitlementsListResponse
ResourceDataServiceImpl. 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 UserListResponse
UserDataWebService. findBeans(UserSearchBean userSearchBean, UserCollection[] dependants, int from, int size)
Call to find users by various criteriaUserListResponse
UserDataWebServiceImpl. findBeans(UserSearchBean searchBean, UserCollection[] dependants, int from, int size)
UserListResponse
UserDataWebService. 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 userIdUserListResponse
UserDataWebServiceImpl. getSubordinates(String userId, UserCollection[] dependants, int from, int size, List<SortParam> sortList, UserSearchBean filterSearch)
SupervisorListResponse
UserDataWebService. getSuperiors(String userId, UserCollection[] dependants, int from, int size)
returns a paged List of Supervisors for this UserSupervisorListResponse
UserDataWebServiceImpl. getSuperiors(String userId, UserCollection[] dependants, int from, int size)
SupervisorListResponse
UserDataWebService. getSuperiorsWithTypes(String userId, UserCollection[] dependants, int from, int size)
SupervisorListResponse
UserDataWebServiceImpl. getSuperiorsWithTypes(String userId, UserCollection[] dependants, int from, int size)
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)
UserResponse
UserDataWebService. getUserWithDependent(String id, UserCollection[] dependants)
Get a user based on his internal IDUserResponse
UserDataWebServiceImpl. getUserWithDependent(String id, UserCollection[] dependants)
ProvisionUserResponse
UserDataWebService. saveProvisionTemplateUser(UserRequestModel userRequestModel, UserCollection[] dependants)
Save provision user formed by templated Edit User page.ProvisionUserResponse
UserDataWebServiceImpl. saveProvisionTemplateUser(UserRequestModel userRequestModel, UserCollection[] dependants)
ProvisionUserResponse
UserDataWebService. saveProvisionUser(ProvisionUser provisionUser, UserCollection[] dependants)
Saves ProvisionUser.ProvisionUserResponse
UserDataWebServiceImpl. 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 User
AbstractActivitiJob. getUser(String userId, UserCollection... dependencies)
-