Package org.opensaml.soap.wstrust
Interface RequestedReferenceType
- All Superinterfaces:
WSTrustObject
,XMLObject
- All Known Subinterfaces:
RequestedAttachedReference
,RequestedUnattachedReference
- All Known Implementing Classes:
RequestedAttachedReferenceImpl
,RequestedReferenceTypeImpl
,RequestedUnattachedReferenceImpl
Interface for RequestedReferenceType complex type.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturns the wsse:SecurityTokenReference child element.void
setSecurityTokenReference
(SecurityTokenReference securityTokenReference) Sets the wsse:SecurityTokenReference child element.Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
-
Field Details
-
TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
-
TYPE_NAME
QName of the XSI type.
-
-
Method Details
-
getSecurityTokenReference
SecurityTokenReference getSecurityTokenReference()Returns the wsse:SecurityTokenReference child element.- Returns:
- the
SecurityTokenReference
child element ornull
.
-
setSecurityTokenReference
Sets the wsse:SecurityTokenReference child element.- Parameters:
securityTokenReference
- TheSecurityTokenReference
child element to be set.
-