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.voidsetSecurityTokenReference(SecurityTokenReference securityTokenReference) Sets the wsse:SecurityTokenReference child element.Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, ensureDOM, 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
Returns the wsse:SecurityTokenReference child element.- Returns:
- the
SecurityTokenReferencechild element ornull.
-
setSecurityTokenReference
Sets the wsse:SecurityTokenReference child element.- Parameters:
securityTokenReference- TheSecurityTokenReferencechild element to be set.
-