Class GrouperProvisioningTargetNativeGroup
java.lang.Object
edu.internet2.middleware.grouper.app.provisioning.GrouperProvisioningTargetNativeGroup
A native-target group, as returned by the target system's select pass.
Used purely to populate the generic provisioner reporting tables
(grouper_prov_group, grouper_prov_group_attr, grouper_prov_group_attr_value).
This is independent of ProvisioningGroup / ProvisioningGroupWrapper,
which are bounded by Grouper's provisioning scope. Native-target reporting can include
groups in the target system that Grouper does not track.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAttributes(Map<String, Object> attributes) voidsetGroupInternalId(Long groupInternalId) voidsetTargetId(String targetId)
-
Constructor Details
-
GrouperProvisioningTargetNativeGroup
public GrouperProvisioningTargetNativeGroup()
-
-
Method Details
-
getTargetId
-
setTargetId
-
getGroupInternalId
-
setGroupInternalId
-
getAttributes
-
setAttributes
-