Package org.opensaml.soap.wstrust
Interface RequestedReferenceType
-
- All Superinterfaces:
WSTrustObject,XMLObject
- All Known Subinterfaces:
RequestedAttachedReference,RequestedUnattachedReference
public interface RequestedReferenceType extends WSTrustObject
Interface for RequestedReferenceType complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static StringTYPE_LOCAL_NAMELocal name of the XSI type.static QNameTYPE_NAMEQName of the XSI type.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SecurityTokenReferencegetSecurityTokenReference()Returns the wsse:SecurityTokenReference child element.voidsetSecurityTokenReference(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 Detail
-
TYPE_LOCAL_NAME
static final String TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
- Constant Field Values
-
TYPE_NAME
static final QName TYPE_NAME
QName of the XSI type.
-
-
Method Detail
-
getSecurityTokenReference
SecurityTokenReference getSecurityTokenReference()
Returns the wsse:SecurityTokenReference child element.- Returns:
- the
SecurityTokenReferencechild element ornull.
-
setSecurityTokenReference
void setSecurityTokenReference(SecurityTokenReference securityTokenReference)
Sets the wsse:SecurityTokenReference child element.- Parameters:
securityTokenReference- TheSecurityTokenReferencechild element to be set.
-
-