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 Group
ActivitiHistoricDetail. getGroup()
Methods in org.openiam.base.response with parameters of type Group Modifier and Type Method Description void
ActivitiHistoricDetail. 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 Group
GroupRabbitMQService. 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 Response
GroupRabbitMQService. delete(Group group)
StringResponse
GroupRabbitMQService. 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 Group
GroupDocumentToEntityConverter. convertToDTO(GroupDoc doc)
protected Group
GroupDocumentToEntityConverter. 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 Group
GroupDozerConverter. convertDTO(Group entity, boolean isDeep)
Group
GroupDozerConverter. convertToDTO(GroupEntity entity, boolean isDeep)
Group
GroupDozerConverter. 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 Group
GroupDozerConverter. convertDTO(Group entity, boolean isDeep)
GroupEntity
GroupDozerConverter. 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 Group
GroupDataService. 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 void
GroupDataService. saveGroup(Group group)
Saves Group object.void
GroupDataService. validateDelete(Group dto)
void
GroupDataService. 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 Group
GroupDataServiceImpl. 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 void
GroupDataServiceImpl. fillDTOWithResourcesXref(Group dto, Set<String> resourceIds)
void
GroupDataServiceImpl. saveGroup(Group group)
void
GroupDataServiceImpl. validateDelete(Group dto)
void
GroupDataServiceImpl. validateEdit(Group dto)
Method parameters in org.openiam.esb.core.service.impl with type arguments of type Group Modifier and Type Method Description void
AccessRightProcessor. process(GroupSearchBean searchBean, List<Group> dtoList)
Access rights processor for DTO object with specific Entitlement collectionvoid
AccessRightProcessor. 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 void
GroupTemplateProvider. 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 Group
AbstractGroupMembershipGenerator. 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 Group
AbstractGroupProvisionOperation. 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 void
User. addGroup(Group group)
Deprecated.void
User. addGroup(Group group, Set<String> rights, Date startDate, Date endDate)
void
User. addGroup(Group group, Set<String> rights, Date startDate, Date endDate, String description)
void
User. addGroupWithRights(Group group, Set<AccessRight> rights, Date startDate, Date endDate)
void
User. addGroupWithRights(Group group, Set<AccessRight> rights, Date startDate, Date endDate, String description)
void
User. removeGroup(Group group)
-
Uses of Group in org.openiam.match
Methods in org.openiam.match that return Group Modifier and Type Method Description protected Group
GroupMatchObjectRule. 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 class
ProvisionGroup
Constructors 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 Group
ExtensibleGroup. group
Methods in org.openiam.provision.type that return Group Modifier and Type Method Description Group
ExtensibleGroup. getGroup()
Methods in org.openiam.provision.type with parameters of type Group Modifier and Type Method Description void
ExtensibleGroup. 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 void
AbstractPopulationScript. 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 Group
GroupDataWebService. getGroup(String groupId)
This method retrieves an existing group object.Group
GroupDataWebServiceImpl. getGroup(String groupId)
Group
GroupDataWebService. suggestById(String id)
Find a group in Elasticsearch.Group
GroupDataWebServiceImpl. 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 Response
GroupDataWebService. saveGroup(Group group)
This method creates a new group or update existed one.Response
GroupDataWebServiceImpl. saveGroup(Group group)
Response
GroupDataWebService. validateEdit(Group group)
Response
GroupDataWebServiceImpl. 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. groupsById
protected HashMap<String,Group>
AbstractTransformScript. groupsByName
Methods in org.openiam.sync.service.impl.service that return Group Modifier and Type Method Description protected Group
AbstractTransformScript. getGroupById(String id)
protected Group
AbstractTransformScript. getGroupByName(String name, String managedSysId)
Methods in org.openiam.sync.service.impl.service with parameters of type Group Modifier and Type Method Description protected void
AbstractGroupTransformScript. addChildGroup(Group pGroup, String childGroupId)
add relation between groups.protected void
AbstractGroupTransformScript. addGroupAttribute(Group group, String name, String value)
Add or update Group Attribute by name.protected void
AbstractGroupTransformScript. addParentGroup(Group pGroup, String parentGroupId)
add relation between groups.protected void
AbstractGroupTransformScript. deleteGroupAttribute(Group g, String name)
Delete group attribute by name -
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 boolean
GroupSyncObjectProcessorImpl. addOrphan(Group object, SynchConfig config, String identity, LineObject rowObj, List<Orphan> orphanList, LastRecordMetric metric)
void
GroupSyncObjectProcessorImpl. delete(Group object)
String
GroupSyncObjectProcessorImpl. getIdentity(Group object, LineObject rowObj, SynchConfig config)
void
GroupSyncObjectProcessorImpl. initiateWorkflow(Group object, LineObject lineObject, SynchronizationObjectProcessingAPI api)
void
GroupSyncObjectProcessorImpl. provision(Group object, LineObject lineObject)
Response
GroupSyncObjectProcessorImpl. saveToDB(Group object, LineObject lineObject)
void
GroupSyncObjectProcessorImpl. 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 Group
AbstractActivitiJob. getGroup(String groupId)
-