| 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 |
| Modifier and Type | Method and Description |
|---|---|
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.
|
RemoveCollectionResponse |
PeopleService.removeCollectionForTargetObjectID(TargetObjectID id)
This convenience method takes a single TargetObjectID that should reference a collection
and asks the PS to remove it.
|
RemoveEntityResponse |
PeopleService.removeEntityWithTargetObjectID(TargetObjectID id)
A convenience method that removes a single PS Entity referenced by the
supplied TargetObjectID from the People Service.
|
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
|
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
|
| Modifier and Type | Method and Description |
|---|---|
RemoveCollectionResponse |
PeopleService.removeCollectionsForTargetIDs(List<TargetObjectID> targetIDs)
This method takes a list of TargetObjectIDs and asks the PS to remove their
associated Collections.
|
RemoveEntityResponse |
PeopleService.removeEntitiesWithTargetObjectIds(List<TargetObjectID> targetObjectIDs)
This method makes a request to remove PS Entities from a People Service based on the supplied
TargetObjectIDs.
|
| Modifier and Type | Method and Description |
|---|---|
TargetObjectID |
TargetObjectID.Builder.buildObject(String namespaceURI,
String localName,
String namespacePrefix) |
TargetObjectID |
PSObject.createTargetObjectID()
This method returns a TargetObjectID only if there is a PSObjectID present in the PSObject
|
| Modifier and Type | Field and Description |
|---|---|
private TargetObjectID |
TestMembershipRequest.targetObjectID |
private TargetObjectID |
ResolveInput.targetObjectID |
private TargetObjectID |
RemoveFromCollectionRequest.targetObjectID |
private TargetObjectID |
ListMembersRequest.targetObjectID |
private TargetObjectID |
GetObjectInfoRequest.targetObjectID |
private TargetObjectID |
AddToCollectionRequest.targetObjectID |
| Modifier and Type | Field and Description |
|---|---|
private org.opensaml.core.xml.util.XMLObjectChildrenList<TargetObjectID> |
RemoveEntityRequest.targetObjectIDs |
private org.opensaml.core.xml.util.XMLObjectChildrenList<TargetObjectID> |
RemoveCollectionRequest.targetObjectIDs |
| Modifier and Type | Method and Description |
|---|---|
TargetObjectID |
TestMembershipRequest.getTargetObjectID() |
TargetObjectID |
ResolveInput.getTargetObjectID() |
TargetObjectID |
RemoveFromCollectionRequest.getTargetObjectID() |
TargetObjectID |
ListMembersRequest.getTargetObjectID() |
TargetObjectID |
GetObjectInfoRequest.getTargetObjectID() |
TargetObjectID |
AddToCollectionRequest.getTargetObjectID() |
| Modifier and Type | Method and Description |
|---|---|
org.opensaml.core.xml.util.XMLObjectChildrenList<TargetObjectID> |
RemoveEntityRequest.getTargetObjectIDs() |
org.opensaml.core.xml.util.XMLObjectChildrenList<TargetObjectID> |
RemoveCollectionRequest.getTargetObjectIDs() |
| Modifier and Type | Method and Description |
|---|---|
void |
TestMembershipRequest.setTargetObjectID(TargetObjectID targetObjectID) |
void |
ResolveInput.setTargetObjectID(TargetObjectID targetObjectID) |
void |
RemoveFromCollectionRequest.setTargetObjectID(TargetObjectID targetObjectID) |
void |
ListMembersRequest.setTargetObjectID(TargetObjectID targetObjectID) |
void |
GetObjectInfoRequest.setTargetObjectID(TargetObjectID targetObjectID) |
void |
AddToCollectionRequest.setTargetObjectID(TargetObjectID targetObjectID) |
| Constructor and Description |
|---|
AddToCollectionRequest(TargetObjectID targetObjectID,
List<ObjectID> objectIDs) |
AddToCollectionRequest(TargetObjectID targetObjectID,
ObjectID objectID) |
GetObjectInfoRequest(TargetObjectID targetObjectID) |
ListMembersRequest(TargetObjectID targetObjectID) |
RemoveCollectionRequest(TargetObjectID targetObjectID) |
RemoveEntityRequest(TargetObjectID targetObjectID) |
RemoveFromCollectionRequest(TargetObjectID targetObjectID,
List<ObjectID> objectIDs) |
RemoveFromCollectionRequest(TargetObjectID targetObjectID,
ObjectID objectID) |
ResolveInput(TargetObjectID targetID,
TokenPolicy policy) |
Copyright © 1999–2015. All rights reserved.