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.
 

Fields in org.opensaml.ws.wstrust.impl with type parameters of type RequestSecurityToken
private  List<RequestSecurityToken> RequestSecurityTokenCollectionImpl.requestSecurityTokens
          The list of wst:RequestSecurityToken child elements.
 

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 © 1999-2013. All Rights Reserved.