|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.picketlink.identity.federation.ws.trust.RequestSecurityTokenCollectionType
public class RequestSecurityTokenCollectionType
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 |
---|
protected List<RequestSecurityTokenType> requestSecurityToken
Constructor Detail |
---|
public RequestSecurityTokenCollectionType()
Method Detail |
---|
public List<RequestSecurityTokenType> getRequestSecurityToken()
Objects of the following type(s) are allowed in the list RequestSecurityTokenType
public void add(RequestSecurityTokenType t)
SimpleCollectionUsage
T
to the collection
add
in interface SimpleCollectionUsage<RequestSecurityTokenType>
public boolean remove(RequestSecurityTokenType t)
SimpleCollectionUsage
T
from collection
remove
in interface SimpleCollectionUsage<RequestSecurityTokenType>
|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |