PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.ws.trust
Class RequestSecurityTokenCollectionType

java.lang.Object
  extended by org.picketlink.identity.federation.ws.trust.RequestSecurityTokenCollectionType
All Implemented Interfaces:
SimpleCollectionUsage<RequestSecurityTokenType>

public class RequestSecurityTokenCollectionType
extends Object
implements SimpleCollectionUsage<RequestSecurityTokenType>

The RequestSecurityTokenCollection (RSTC) element is used to provide multiple RST requests. One or more RSTR elements in an RSTRC element are returned in the response to the RequestSecurityTokenCollection.

Java class for RequestSecurityTokenCollectionType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="RequestSecurityTokenCollectionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="RequestSecurityToken" type="{http://docs.oasis-open.org/ws-sx/ws-trust/200512/}RequestSecurityTokenType" maxOccurs="unbounded" minOccurs="2"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<RequestSecurityTokenType> requestSecurityToken
           
 
Constructor Summary
RequestSecurityTokenCollectionType()
           
 
Method Summary
 void add(RequestSecurityTokenType t)
          Add a T to the collection
 List<RequestSecurityTokenType> getRequestSecurityToken()
          Gets the value of the requestSecurityToken property.
 boolean remove(RequestSecurityTokenType t)
          Remove a T from collection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

requestSecurityToken

protected List<RequestSecurityTokenType> requestSecurityToken
Constructor Detail

RequestSecurityTokenCollectionType

public RequestSecurityTokenCollectionType()
Method Detail

getRequestSecurityToken

public List<RequestSecurityTokenType> getRequestSecurityToken()
Gets the value of the requestSecurityToken property.

Objects of the following type(s) are allowed in the list RequestSecurityTokenType


add

public void add(RequestSecurityTokenType t)
Description copied from interface: SimpleCollectionUsage
Add a T to the collection

Specified by:
add in interface SimpleCollectionUsage<RequestSecurityTokenType>

remove

public boolean remove(RequestSecurityTokenType t)
Description copied from interface: SimpleCollectionUsage
Remove a T from collection

Specified by:
remove in interface SimpleCollectionUsage<RequestSecurityTokenType>
Returns:

PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.