| Package | Description |
|---|---|
| org.picketlink.scim | |
| org.picketlink.scim.client |
Package containing SCIM Client classes
|
| org.picketlink.scim.codec | |
| org.picketlink.scim.model.v11 |
Model for SCIM v1.1
|
| org.picketlink.scim.providers |
Contains implementations of the
DataProvider |
| Modifier and Type | Method and Description |
|---|---|
SCIMGroups |
DataProvider.getGroups(String id)
Get
SCIMGroups |
| Modifier and Type | Method and Description |
|---|---|
String |
DataProvider.createGroup(SCIMGroups group)
Create Group
|
| Modifier and Type | Method and Description |
|---|---|
SCIMGroups |
SCIMClient.createGroup(SCIMGroups group) |
SCIMGroups |
SCIMClient.getGroup(String id) |
| Modifier and Type | Method and Description |
|---|---|
SCIMGroups |
SCIMClient.createGroup(SCIMGroups group) |
| Modifier and Type | Method and Description |
|---|---|
SCIMGroups |
SCIMParser.parseGroup(InputStream is)
Parse
Groups |
| Modifier and Type | Method and Description |
|---|---|
String |
SCIMWriter.json(SCIMGroups groups) |
| Modifier and Type | Method and Description |
|---|---|
SCIMGroups[] |
SCIMUser.getGroups() |
SCIMGroups |
SCIMGroups.setDisplayName(String displayName) |
SCIMGroups |
SCIMGroups.setMembers(SCIMGroups.Members[] members) |
| Modifier and Type | Method and Description |
|---|---|
SCIMUser |
SCIMUser.setGroups(SCIMGroups[] groups) |
| Modifier and Type | Method and Description |
|---|---|
SCIMGroups |
PicketLinkIDMDataProvider.getGroups(String id) |
| Modifier and Type | Method and Description |
|---|---|
String |
PicketLinkIDMDataProvider.createGroup(SCIMGroups group) |
Copyright © 2013 JBoss Inc.. All Rights Reserved.