Uses of Interface
org.opensaml.ws.wstrust.RequestSecurityToken

Packages that use RequestSecurityToken
org.opensaml.ws.wstrust XMLObject interfaces for WS-Trust 1.3 elements. 
org.opensaml.ws.wstrust.impl   
 

Uses of RequestSecurityToken in org.opensaml.ws.wstrust
 

Methods in org.opensaml.ws.wstrust that return types with arguments of type RequestSecurityToken
 List<RequestSecurityToken> RequestSecurityTokenCollection.getRequestSecurityTokens()
          Returns the list of wst:RequestSecurityToken child elements contained in the RSTC.
 

Uses of RequestSecurityToken in org.opensaml.ws.wstrust.impl
 

Classes in org.opensaml.ws.wstrust.impl that implement RequestSecurityToken
 class RequestSecurityTokenImpl
          RequestSecurityTokenImpl.
 

Methods in org.opensaml.ws.wstrust.impl that return RequestSecurityToken
 RequestSecurityToken RequestSecurityTokenBuilder.buildObject()
          Builds a WS-Trust object of the given type.
 RequestSecurityToken RequestSecurityTokenBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          
 

Methods in org.opensaml.ws.wstrust.impl that return types with arguments of type RequestSecurityToken
 List<RequestSecurityToken> RequestSecurityTokenCollectionImpl.getRequestSecurityTokens()
          Returns the list of wst:RequestSecurityToken child elements contained in the RSTC.
 



Copyright © 2006-2013 Internet2. All Rights Reserved.