PicketLink Federation Core 2.1.6.Final-redhat-2

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

java.lang.Object
  extended by org.picketlink.identity.federation.ws.addressing.BaseAddressingType
      extended by org.picketlink.identity.federation.ws.addressing.AnyAddressingType
          extended by org.picketlink.identity.federation.ws.trust.RequestSecurityTokenResponseCollectionType
All Implemented Interfaces:
SimpleCollectionUsage<RequestSecurityTokenResponseType>

public class RequestSecurityTokenResponseCollectionType
extends AnyAddressingType
implements SimpleCollectionUsage<RequestSecurityTokenResponseType>

The element (RSTRC) MUST be used to return a security token or response to a security token request on the final response.

Java class for RequestSecurityTokenResponseCollectionType complex type.

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

 <complexType name="RequestSecurityTokenResponseCollectionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://docs.oasis-open.org/ws-sx/ws-trust/200512/}RequestSecurityTokenResponse" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<RequestSecurityTokenResponseType> requestSecurityTokenResponse
           
 
Fields inherited from class org.picketlink.identity.federation.ws.addressing.AnyAddressingType
any
 
Fields inherited from class org.picketlink.identity.federation.ws.addressing.BaseAddressingType
otherAttributes
 
Constructor Summary
RequestSecurityTokenResponseCollectionType()
           
 
Method Summary
 void add(RequestSecurityTokenResponseType t)
          Add a T to the collection
 List<RequestSecurityTokenResponseType> getRequestSecurityTokenResponse()
          Gets the value of the requestSecurityTokenResponse property.
 boolean remove(RequestSecurityTokenResponseType t)
          Remove a T from collection
 
Methods inherited from class org.picketlink.identity.federation.ws.addressing.AnyAddressingType
addAny, getAny, removeAny
 
Methods inherited from class org.picketlink.identity.federation.ws.addressing.BaseAddressingType
addOtherAttribute, addOtherAttributes, getOtherAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

requestSecurityTokenResponse

protected List<RequestSecurityTokenResponseType> requestSecurityTokenResponse
Constructor Detail

RequestSecurityTokenResponseCollectionType

public RequestSecurityTokenResponseCollectionType()
Method Detail

getRequestSecurityTokenResponse

public List<RequestSecurityTokenResponseType> getRequestSecurityTokenResponse()
Gets the value of the requestSecurityTokenResponse property.

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


add

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

Specified by:
add in interface SimpleCollectionUsage<RequestSecurityTokenResponseType>

remove

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

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

PicketLink Federation Core 2.1.6.Final-redhat-2

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