Uses of Class
org.openiam.api.connector.model.GroupConnectorObject
-
Packages that use GroupConnectorObject Package Description org.openiam.api.connector.request org.openiam.idm.service.impl -
-
Uses of GroupConnectorObject in org.openiam.api.connector.request
Methods in org.openiam.api.connector.request that return types with arguments of type GroupConnectorObject Modifier and Type Method Description Collection<GroupConnectorObject>
ProvisionGroupConnectorServiceRequest. getAttributes()
Method parameters in org.openiam.api.connector.request with type arguments of type GroupConnectorObject Modifier and Type Method Description void
ProvisionGroupConnectorServiceRequest. setAttributes(Collection<GroupConnectorObject> attributes)
-
Uses of GroupConnectorObject in org.openiam.idm.service.impl
Methods in org.openiam.idm.service.impl that return types with arguments of type GroupConnectorObject Modifier and Type Method Description protected Class<GroupConnectorObject>
GroupPolicyMapProcessorServiceImpl. getConnectorObjectType()
Methods in org.openiam.idm.service.impl with parameters of type GroupConnectorObject Modifier and Type Method Description protected void
GroupPolicyMapProcessorServiceImpl. mergeIdentity(ConnectorAttribute attributeSource, GroupConnectorObject object, ProvisionGroupObjectDiff diff, String mSysId)
-