Uses of Class
org.openliberty.xmltooling.epr.Token

Packages that use Token
org.openliberty.wsc This package contains all of the Service Client classes and the basic WSFMessage. 
org.openliberty.xmltooling.epr   
org.openliberty.xmltooling.ps   
org.openliberty.xmltooling.ps.response   
 

Uses of Token in org.openliberty.wsc
 

Methods in org.openliberty.wsc with parameters of type Token
 PSEntity PeopleService.addKnownEntity(PSEntity entity, Token token, boolean createReciprocalPSObject, PSSubscription subscription)
          (urn:liberty:ps:2006-08:AddKnownEntity*) - The WSC sends an identity token to the PS to attempt the addition of a known entity.
 boolean PeopleService.testMembership(Token identityToken, PSCollection collection, PSSubscription subscription)
          (urn:liberty:ps:2006-08:TestMembership*) Poses the question 'Is user X a member of group Y?' to the PS
 

Uses of Token in org.openliberty.xmltooling.epr
 

Fields in org.openliberty.xmltooling.epr with type parameters of type Token
private  org.opensaml.xml.util.XMLObjectChildrenList<Token> SecurityContext.tokens
           
 

Methods in org.openliberty.xmltooling.epr that return Token
 Token TokenBuilder.buildObject()
           
 Token TokenBuilder.buildObject(java.lang.String namespaceURI, java.lang.String localName, java.lang.String namespacePrefix)
           
 

Methods in org.openliberty.xmltooling.epr that return types with arguments of type Token
 java.util.List<Token> SecurityContext.getTokens()
           
 

Uses of Token in org.openliberty.xmltooling.ps
 

Fields in org.openliberty.xmltooling.ps declared as Token
private  Token PSObject.token
           
 

Methods in org.openliberty.xmltooling.ps that return Token
 Token PSObject.getToken()
           
 

Methods in org.openliberty.xmltooling.ps with parameters of type Token
 void PSObject.setToken(Token token)
           
 

Uses of Token in org.openliberty.xmltooling.ps.response
 

Methods in org.openliberty.xmltooling.ps.response that return Token
 Token ResolveOutput.getToken()