| Package | Description |
|---|---|
| org.openliberty.wsc |
This package contains all of the Service Client classes and the basic WSFMessage.
|
| org.openliberty.xmltooling.ps | |
| org.openliberty.xmltooling.ps.request | |
| org.openliberty.xmltooling.ps.response |
| Modifier and Type | Method and Description |
|---|---|
PSObject |
PeopleService.getObjectInfo(TargetObjectID targetObjectID,
Subscription subscription)
(urn:liberty:ps:2006-08:GetObjectInfo*) a method for retrieving the object info for a specific object.
|
| Modifier and Type | Method and Description |
|---|---|
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).
|
| 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)
(urn:liberty:ps:2006-08:AddEntity*) - The ClientLib will provide a mechanism for adding entities 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)
(urn:liberty:ps:2006-08:AddKnownEntity*) - The WSC sends an identity token to the PS to attempt the addition of a known entity.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
RemoveCollectionResponse |
PeopleService.removeCollections(List<PSObject> collections)
This method takes a list of PSCollections and asks the PS to remove them
|
RemoveEntityResponse |
PeopleService.removeEntities(List<PSObject> entities)
This method takes a list of PSObjects and asks the PS to remove them
|
SetObjectInfoResponse |
PeopleService.setObjectInfo(List<PSObject> objects,
Subscription subscription)
This method simply invokes updateObjects() and is included for naming consistency with the spec
|
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 | Field and Description |
|---|---|
private org.opensaml.core.xml.util.XMLObjectChildrenList<PSObject> |
PSObject.objects |
| Modifier and Type | Method and Description |
|---|---|
PSObject |
PSObject.Builder.buildObject(String namespaceURI,
String localName,
String namespacePrefix) |
static PSObject |
PSObject.createCollection(String displayName) |
static PSObject |
PSObject.createEntity(String displayName) |
| Modifier and Type | Method and Description |
|---|---|
org.opensaml.core.xml.util.XMLObjectChildrenList<PSObject> |
PSObject.getObjects() |
| Modifier and Type | Method and Description |
|---|---|
static void |
PSObject.printPSObject(PSObject object) |
private static void |
PSObject.printPSObject(PSObject object,
int depth) |
| Modifier and Type | Class and Description |
|---|---|
class |
ItemData |
| Modifier and Type | Field and Description |
|---|---|
private PSObject |
AddKnownEntityRequest.object |
private PSObject |
AddEntityRequest.object |
private PSObject |
AddCollectionRequest.object |
| Modifier and Type | Field and Description |
|---|---|
private org.opensaml.core.xml.util.XMLObjectChildrenList<PSObject> |
SetObjectInfoRequest.objects |
| Modifier and Type | Method and Description |
|---|---|
PSObject |
AddKnownEntityRequest.getObject() |
PSObject |
AddEntityRequest.getObject() |
PSObject |
AddCollectionRequest.getObject() |
| Modifier and Type | Method and Description |
|---|---|
org.opensaml.core.xml.util.XMLObjectChildrenList<PSObject> |
SetObjectInfoRequest.getObjects() |
| Modifier and Type | Method and Description |
|---|---|
void |
AddKnownEntityRequest.setObject(PSObject object) |
void |
AddEntityRequest.setObject(PSObject object) |
void |
AddCollectionRequest.setObject(PSObject object) |
| Constructor and Description |
|---|
AddKnownEntityRequest(PSObject entity,
Token token) |
| Constructor and Description |
|---|
SetObjectInfoRequest(List<PSObject> objects) |
| Modifier and Type | Field and Description |
|---|---|
private PSObject |
GetObjectInfoResponse.object |
private PSObject |
AddKnownEntityResponse.object |
private PSObject |
AddEntityResponse.object |
private PSObject |
AddCollectionResponse.object |
| Modifier and Type | Field and Description |
|---|---|
private org.opensaml.core.xml.util.XMLObjectChildrenList<PSObject> |
QueryObjectsResponse.objects |
private org.opensaml.core.xml.util.XMLObjectChildrenList<PSObject> |
ListMembersResponse.objects |
| Modifier and Type | Method and Description |
|---|---|
PSObject |
GetObjectInfoResponse.getObject() |
PSObject |
AddKnownEntityResponse.getObject() |
PSObject |
AddEntityResponse.getObject() |
PSObject |
AddCollectionResponse.getObject() |
| Modifier and Type | Method and Description |
|---|---|
org.opensaml.core.xml.util.XMLObjectChildrenList<PSObject> |
QueryObjectsResponse.getObjects() |
org.opensaml.core.xml.util.XMLObjectChildrenList<PSObject> |
ListMembersResponse.getObjects() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetObjectInfoResponse.setObject(PSObject object) |
void |
AddKnownEntityResponse.setObject(PSObject object) |
void |
AddEntityResponse.setObject(PSObject object) |
void |
AddCollectionResponse.setObject(PSObject object) |
Copyright © 1999–2015. All rights reserved.