Uses of Class
org.openiam.idm.srvc.grp.dto.Group
-
-
Uses of Group in org.openiam.base.response
Methods in org.openiam.base.response that return Group Modifier and Type Method Description GroupActivitiHistoricDetail. getGroup()Methods in org.openiam.base.response with parameters of type Group Modifier and Type Method Description voidActivitiHistoricDetail. setGroup(Group group) -
Uses of Group in org.openiam.common.beans.mq
Methods in org.openiam.common.beans.mq that return Group Modifier and Type Method Description GroupGroupRabbitMQService. getGroup(String id)Methods in org.openiam.common.beans.mq that return types with arguments of type Group Modifier and Type Method Description List<Group>GroupRabbitMQService. findBeans(GroupSearchBean sb, int from, int size)List<Group>GroupRabbitMQService. findBeans(GroupSearchBean sb, EntitlementsCollection[] collections, int from, int size)Methods in org.openiam.common.beans.mq with parameters of type Group Modifier and Type Method Description ResponseGroupRabbitMQService. delete(Group group)StringResponseGroupRabbitMQService. save(Group group) -
Uses of Group in org.openiam.elasticsearch.converter
Methods in org.openiam.elasticsearch.converter that return Group Modifier and Type Method Description GroupGroupDocumentToEntityConverter. convertToDTO(GroupDoc doc)protected GroupGroupDocumentToEntityConverter. newDTO()Methods in org.openiam.elasticsearch.converter that return types with arguments of type Group Modifier and Type Method Description Class<Group>GroupDocumentToEntityConverter. getDTOClass() -
Uses of Group in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return Group Modifier and Type Method Description GroupGroupDozerConverter. convertDTO(Group entity, boolean isDeep)GroupGroupDozerConverter. convertToDTO(GroupEntity entity, boolean isDeep)GroupGroupDozerConverter. convertToDTO(GroupEntity entity, EntitlementsCollection... mappings)Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type Group Modifier and Type Method Description List<Group>GroupDozerConverter. convertToDTOList(List<GroupEntity> list, boolean isDeep)Set<Group>GroupDozerConverter. convertToDTOSet(Set<GroupEntity> set, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter with parameters of type Group Modifier and Type Method Description GroupGroupDozerConverter. convertDTO(Group entity, boolean isDeep)GroupEntityGroupDozerConverter. convertToEntity(Group entity, boolean isDeep)Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type Group Modifier and Type Method Description List<GroupEntity>GroupDozerConverter. convertToEntityList(List<Group> list, boolean isDeep)Set<GroupEntity>GroupDozerConverter. convertToEntitySet(Set<Group> set, boolean isDeep) -
Uses of Group in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service that return Group Modifier and Type Method Description GroupGroupDataService. getGroupDTO(String groupId)Gets Group for given group id.Methods in org.openiam.esb.core.service that return types with arguments of type Group Modifier and Type Method Description List<Group>GroupDataService. findBeans(SynchronizationRequestSearchBean searchBean)List<Group>GroupDataService. findGroupsDtoForOwner(GroupSearchBean searchBean, String ownerId, int from, int size)Returns list of Group objects for given search criteria.Methods in org.openiam.esb.core.service with parameters of type Group Modifier and Type Method Description voidGroupDataService. saveGroup(Group group)Saves Group object.voidGroupDataService. validateDelete(Group dto)voidGroupDataService. validateEdit(Group dto) -
Uses of Group in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl that return Group Modifier and Type Method Description GroupGroupDataServiceImpl. getGroupDTO(String groupId)Methods in org.openiam.esb.core.service.impl that return types with arguments of type Group Modifier and Type Method Description List<Group>GroupDataServiceImpl. findBeans(SynchronizationRequestSearchBean searchBean)List<Group>GroupDataServiceImpl. findGroupsDtoForOwner(GroupSearchBean searchBean, String ownerId, int from, int size)Methods in org.openiam.esb.core.service.impl with parameters of type Group Modifier and Type Method Description protected voidGroupDataServiceImpl. fillDTOWithResourcesXref(Group dto, Set<String> resourceIds)voidGroupDataServiceImpl. saveGroup(Group group)voidGroupDataServiceImpl. validateDelete(Group dto)voidGroupDataServiceImpl. validateEdit(Group dto)Method parameters in org.openiam.esb.core.service.impl with type arguments of type Group Modifier and Type Method Description voidAccessRightProcessor. process(GroupSearchBean searchBean, List<Group> dtoList)Access rights processor for DTO object with specific Entitlement collectionvoidAccessRightProcessor. process(GroupSearchBean searchBean, List<Group> dtoList, List<GroupEntity> entityList) -
Uses of Group in org.openiam.esb.core.template.provider
Methods in org.openiam.esb.core.template.provider with parameters of type Group Modifier and Type Method Description voidGroupTemplateProvider. validate(Group dto) -
Uses of Group in org.openiam.idm.processor.groovy
Methods in org.openiam.idm.processor.groovy that return Group Modifier and Type Method Description protected GroupAbstractGroupMembershipGenerator. getObject(@NotNull String id) -
Uses of Group in org.openiam.idm.provisioning.service.group
Methods in org.openiam.idm.provisioning.service.group that return Group Modifier and Type Method Description protected GroupAbstractGroupProvisionOperation. getGroup(String groupId) -
Uses of Group in org.openiam.idm.srvc.user.dto
Methods in org.openiam.idm.srvc.user.dto with parameters of type Group Modifier and Type Method Description voidUser. addGroup(Group group)Deprecated.voidUser. addGroup(Group group, Set<String> rights, Date startDate, Date endDate)voidUser. addGroup(Group group, Set<String> rights, Date startDate, Date endDate, String description)voidUser. addGroupWithRights(Group group, Set<AccessRight> rights, Date startDate, Date endDate)voidUser. addGroupWithRights(Group group, Set<AccessRight> rights, Date startDate, Date endDate, String description)voidUser. removeGroup(Group group) -
Uses of Group in org.openiam.match
Methods in org.openiam.match that return Group Modifier and Type Method Description protected GroupGroupMatchObjectRule. newObjectInstance(MatchConfig config)Methods in org.openiam.match that return types with arguments of type Group Modifier and Type Method Description protected Predicate<Group>GroupMatchObjectRule. byAttribute(String name, String value)protected Predicate<Group>GroupMatchObjectRule. byEmail(String searchFilter)protected Predicate<Group>GroupMatchObjectRule. byEmployeeId(String searchFilter)protected Predicate<Group>GroupMatchObjectRule. byManagedSystemPrincipal(String searchFilter, String managedSystemId)protected Predicate<Group>GroupMatchObjectRule. byName(String searchFilter) -
Uses of Group in org.openiam.model
Constructors in org.openiam.model with parameters of type Group Constructor Description GroupPair(LineObject object, Group idmObj) -
Uses of Group in org.openiam.provision.dto
Subclasses of Group in org.openiam.provision.dto Modifier and Type Class Description classProvisionGroupConstructors in org.openiam.provision.dto with parameters of type Group Constructor Description ProvisionGroup(Group group) -
Uses of Group in org.openiam.provision.type
Fields in org.openiam.provision.type declared as Group Modifier and Type Field Description protected GroupExtensibleGroup. groupMethods in org.openiam.provision.type that return Group Modifier and Type Method Description GroupExtensibleGroup. getGroup()Methods in org.openiam.provision.type with parameters of type Group Modifier and Type Method Description voidExtensibleGroup. setGroup(Group group)Constructors in org.openiam.provision.type with parameters of type Group Constructor Description ExtensibleGroup(Group grp) -
Uses of Group in org.openiam.recon.service.impl.service
Methods in org.openiam.recon.service.impl.service with parameters of type Group Modifier and Type Method Description protected voidAbstractPopulationScript. addGroupAttribute(Group group, String name, String value)Add or update Group Attribute by name. -
Uses of Group in org.openiam.srvc.am
Methods in org.openiam.srvc.am that return Group Modifier and Type Method Description GroupGroupDataWebService. getGroup(String groupId)This method retrieves an existing group object.GroupGroupDataWebServiceImpl. getGroup(String groupId)GroupGroupDataWebService. suggestById(String id)Find a group in Elasticsearch.GroupGroupDataWebServiceImpl. suggestById(String id)Methods in org.openiam.srvc.am that return types with arguments of type Group Modifier and Type Method Description List<Group>GroupDataWebService. findGroupsForOwner(GroupSearchBean searchBean, String ownerId, int from, int size)Return a paged List of Groups for given groupOwner based on parameters, which are specified in GroupSearchBean objectList<Group>GroupDataWebServiceImpl. findGroupsForOwner(GroupSearchBean searchBean, String ownerId, int from, int size)Methods in org.openiam.srvc.am with parameters of type Group Modifier and Type Method Description ResponseGroupDataWebService. saveGroup(Group group)This method creates a new group or update existed one.ResponseGroupDataWebServiceImpl. saveGroup(Group group)ResponseGroupDataWebService. validateEdit(Group group)ResponseGroupDataWebServiceImpl. validateEdit(Group group) -
Uses of Group in org.openiam.sync.service.impl.service
Fields in org.openiam.sync.service.impl.service with type parameters of type Group Modifier and Type Field Description protected HashMap<String,Group>AbstractTransformScript. groupsByIdprotected HashMap<String,Group>AbstractTransformScript. groupsByNameMethods in org.openiam.sync.service.impl.service that return Group Modifier and Type Method Description protected GroupAbstractTransformScript. getGroupById(String id)Retrieves a group by its ID.protected GroupAbstractTransformScript. getGroupByName(String name, String managedSysId)Retrieves a group by its name and managed system ID.Methods in org.openiam.sync.service.impl.service with parameters of type Group Modifier and Type Method Description protected voidAbstractGroupTransformScript. addChildGroup(Group pGroup, String childGroupId)Establishes a parent-child relationship between the provided group and a child group.protected voidAbstractGroupTransformScript. addGroupAttribute(Group group, String name, String value)Adds or updates a group attribute with the specified name and value.protected voidAbstractGroupTransformScript. addParentGroup(Group pGroup, String parentGroupId)Establishes a parent-child relationship by making the specified group a child of another group.protected voidAbstractGroupTransformScript. deleteGroupAttribute(Group g, String name)Removes an attribute with the specified name from a group. -
Uses of Group in org.openiam.sync.service.impl.srcadapter.processor
Methods in org.openiam.sync.service.impl.srcadapter.processor with parameters of type Group Modifier and Type Method Description booleanGroupSyncObjectProcessorImpl. addOrphan(Group object, SynchConfig config, String identity, LineObject rowObj, List<Orphan> orphanList, LastRecordMetric metric)voidGroupSyncObjectProcessorImpl. delete(Group object)StringGroupSyncObjectProcessorImpl. getIdentity(Group object, LineObject rowObj, SynchConfig config)voidGroupSyncObjectProcessorImpl. initiateWorkflow(Group object, LineObject lineObject, SynchronizationObjectProcessingAPI api)voidGroupSyncObjectProcessorImpl. provision(Group object, LineObject lineObject)ResponseGroupSyncObjectProcessorImpl. saveToDB(Group object, LineObject lineObject, Group originalObject)voidGroupSyncObjectProcessorImpl. setActivityId(Group object, String activityId) -
Uses of Group in org.openiam.workflow.activiti.delegate.core
Methods in org.openiam.workflow.activiti.delegate.core that return Group Modifier and Type Method Description protected GroupAbstractActivitiJob. getGroup(String groupId)
-