public class ScimEmitter extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.wso2.charon.samples.utils.CharonResponseHandler |
crh |
protected GrouperConfig |
gConf |
protected static org.apache.log4j.Logger |
log |
protected org.apache.wink.client.RestClient |
restClient |
protected org.wso2.charon.core.client.SCIMClient |
scimClient |
| Constructor and Description |
|---|
ScimEmitter() |
| Modifier and Type | Method and Description |
|---|---|
String |
createGroup(Group group)
creates a SCIM Group out of a grouper group
|
String |
deleteGroup(Group group) |
org.wso2.charon.core.objects.Group |
getGroup(Group group)
Retrieves the SCIM server's group representation of the Grouper group.
|
String |
updateGroup(Group group)
This updates a group which already exists in the SCIM endpoint.
|
protected static org.apache.log4j.Logger log
protected org.wso2.charon.core.client.SCIMClient scimClient
protected org.wso2.charon.samples.utils.CharonResponseHandler crh
protected org.apache.wink.client.RestClient restClient
protected GrouperConfig gConf
public String createGroup(Group group)
group - public String updateGroup(Group group)
group - public org.wso2.charon.core.objects.Group getGroup(Group group)
group - grouper group to query the SCIM server forCopyright © 2021 Internet2. All rights reserved.