Package org.opensaml.soap.wstrust
Interface RequestedReferenceType
- All Superinterfaces:
WSTrustObject
,XMLObject
- All Known Subinterfaces:
RequestedAttachedReference
,RequestedUnattachedReference
- All Known Implementing Classes:
RequestedAttachedReferenceImpl
,RequestedReferenceTypeImpl
,RequestedUnattachedReferenceImpl
public interface RequestedReferenceType extends WSTrustObject
Interface for RequestedReferenceType complex type.
-
Field Summary
Fields Modifier and Type Field Description static String
TYPE_LOCAL_NAME
Local name of the XSI type.static QName
TYPE_NAME
QName of the XSI type. -
Method Summary
Modifier and Type Method Description SecurityTokenReference
getSecurityTokenReference()
Returns 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:
- Constant Field Values
-
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.
-