org.eclipse.higgins.sts
Class RequestSecurityTokenResponseCollection

java.lang.Object
  extended by org.eclipse.higgins.sts.RequestSecurityTokenResponseCollection

public class RequestSecurityTokenResponseCollection
extends java.lang.Object

A platform independent representation of the (proposed) WS-Trust RequestSecurityTokenResponseCollection

Author:
mikemci@us.ibm.com

Constructor Summary
RequestSecurityTokenResponseCollection()
           
 
Method Summary
 java.util.Vector<RequestSecurityTokenResponse> getCollection()
          Returns the vector containing the ordered sequence of RequestSecurityTokenResponse elements
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestSecurityTokenResponseCollection

public RequestSecurityTokenResponseCollection()
Method Detail

getCollection

public java.util.Vector<RequestSecurityTokenResponse> getCollection()
Returns the vector containing the ordered sequence of RequestSecurityTokenResponse elements

Returns:
vector containing the ordered sequence of RequestSecurityTokenResponse elements