Class RequestSecurityTokenCollectionType
java.lang.Object
org.apache.cxf.ws.security.sts.provider.model.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.
<p>Java class for RequestSecurityTokenCollectionType complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<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>
}</pre>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the requestSecurityToken property.
-
Field Details
-
requestSecurityToken
-
-
Constructor Details
-
RequestSecurityTokenCollectionType
public RequestSecurityTokenCollectionType()
-
-
Method Details
-
getRequestSecurityToken
Gets the value of the requestSecurityToken property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the requestSecurityToken property.For example, to add a new item, do as follows:
getRequestSecurityToken().add(newItem);
Objects of the following type(s) are allowed in the list
RequestSecurityTokenType- Returns:
- The value of the requestSecurityToken property.
-