Class RequestedReferenceType
java.lang.Object
org.apache.cxf.ws.security.sts.provider.model.RequestedReferenceType
<p>Java class for RequestedReferenceType complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="RequestedReferenceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd}SecurityTokenReference"/>
</sequence>
</restriction>
</complexContent>
</complexType>
}</pre>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected SecurityTokenReferenceTypeThis element defines the wsse:SecurityTokenReference per Section 4.3. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThis element defines the wsse:SecurityTokenReference per Section 4.3.voidSets the value of the securityTokenReference property.
-
Field Details
-
securityTokenReference
This element defines the wsse:SecurityTokenReference per Section 4.3.
-
-
Constructor Details
-
RequestedReferenceType
public RequestedReferenceType()
-
-
Method Details
-
getSecurityTokenReference
This element defines the wsse:SecurityTokenReference per Section 4.3.- Returns:
- possible object is
SecurityTokenReferenceType
-
setSecurityTokenReference
Sets the value of the securityTokenReference property.- Parameters:
value- allowed object isSecurityTokenReferenceType- See Also:
-