| Package | Description |
|---|---|
| org.openliberty.wsc |
This package contains all of the Service Client classes and the basic WSFMessage.
|
| org.openliberty.xmltooling.disco |
This package models elements in the Discovery Service schema.
|
| org.openliberty.xmltooling.ims | |
| org.openliberty.xmltooling.ps.request | |
| org.openliberty.xmltooling.security |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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 | Field and Description |
|---|---|
private org.opensaml.core.xml.util.XMLObjectChildrenList<Token> |
SecurityContext.tokens |
| Modifier and Type | Method and Description |
|---|---|
List<Token> |
SecurityContext.getTokens() |
| Modifier and Type | Field and Description |
|---|---|
private Token |
MappingOutput.token |
private Token |
MappingInput.token |
| Modifier and Type | Method and Description |
|---|---|
Token |
MappingOutput.getToken() |
Token |
MappingInput.getToken() |
| Modifier and Type | Method and Description |
|---|---|
void |
MappingOutput.setToken(Token token) |
void |
MappingInput.setToken(Token token) |
| Modifier and Type | Field and Description |
|---|---|
private Token |
TestMembershipRequest.token |
private Token |
AddKnownEntityRequest.token |
| Modifier and Type | Method and Description |
|---|---|
Token |
TestMembershipRequest.getToken() |
Token |
AddKnownEntityRequest.getToken() |
| Modifier and Type | Method and Description |
|---|---|
void |
TestMembershipRequest.setToken(Token token) |
void |
AddKnownEntityRequest.setToken(Token token) |
| Constructor and Description |
|---|
AddKnownEntityRequest(PSObject entity,
Token token) |
TestMembershipRequest(Token token) |
| Modifier and Type | Method and Description |
|---|---|
Token |
Token.Builder.buildObject(String namespaceURI,
String localName,
String namespacePrefix) |
Copyright © 1999–2015. All rights reserved.