| Package | Description |
|---|---|
| org.openliberty.wsc |
This package contains all of the Service Client classes and the basic WSFMessage.
|
| org.openliberty.xmltooling.ps.request |
| Modifier and Type | Method and Description |
|---|---|
AddCollectionResponse |
PeopleService.addCollection(PSObject collection,
Subscription subscription)
(urn:liberty:ps:2006-08:AddCollection*) - The ClientLib provides a mechanism for adding collections to the PS.
|
AddEntityResponse |
PeopleService.addEntity(PSObject entity,
Subscription subscription,
TokenPolicy policy,
PStoSPRedirectURL pStoSPRedirectURL,
boolean createReciprocalPSObject)
(urn:liberty:ps:2006-08:AddEntity*) - The ClientLib will provide a mechanism for adding entities to the PS.
|
AddKnownEntityResponse |
PeopleService.addKnownEntity(PSObject entity,
Token token,
Subscription subscription,
TokenPolicy policy,
PStoSPRedirectURL pStoSPRedirectURL,
boolean createReciprocalPSObject)
(urn:liberty:ps:2006-08:AddKnownEntity*) - The WSC sends an identity token to the PS to attempt the addition of a known entity.
|
AddToCollectionResponse |
PeopleService.addObjectsToCollection(List<ObjectID> objectIDs,
TargetObjectID collectionID,
Subscription subscription)
This method requests that the PS add the objects referenced by the supplied object IDs to the collection specified by the
collection ID
|
PSObject |
PeopleService.getObjectInfo(TargetObjectID targetObjectID,
Subscription subscription)
(urn:liberty:ps:2006-08:GetObjectInfo*) a method for retrieving the object info for a specific object.
|
ListMembersResponse |
PeopleService.listCollectionMembers(TargetObjectID collectionID,
PeopleService.ListStructure structure,
Integer count,
Integer offset,
Subscription subscription)
The PS Client will provide a facility for a ClientLIb user to list the members of a collection.
|
List<PSObject> |
PeopleService.queryObjects(String pathExpression,
int count,
int offset,
Subscription subscription)
(urn:liberty:ps:2006-08:QueryObjects*) The PS Client will provide a mechanism for creating an xpath base query to the PS, which will return 0...n Objects in a flat list (no tree).
|
RemoveFromCollectionResponse |
PeopleService.removeObjectsFromCollection(List<ObjectID> objectIDs,
TargetObjectID collectionID,
Subscription subscription)
This method requests that the PS remove the objects referenced by the supplied object IDs from the collection specified by the
collection ID
|
SetObjectInfoResponse |
PeopleService.setObjectInfo(List<PSObject> objects,
Subscription subscription)
This method simply invokes updateObjects() and is included for naming consistency with the spec
|
TestMembershipResponse |
PeopleService.testMembership(Token identityToken,
TargetObjectID collection,
Subscription subscription)
(urn:liberty:ps:2006-08:TestMembership*)
Poses the question 'Is user X a member of group Y?' to the PS
|
SetObjectInfoResponse |
PeopleService.updateObjects(List<PSObject> objects,
Subscription subscription)
(urn:liberty:ps:2006-08:SetObjectInfo*) updating the object info for a list of existing objects (1...n)
|
| Modifier and Type | Method and Description |
|---|---|
Subscription |
Subscription.Builder.buildObject(String namespaceURI,
String localName,
String namespacePrefix) |
Copyright © 1999–2015. All rights reserved.