Interface RequestedReferenceType

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      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 Detail

      • TYPE_NAME

        static final QName TYPE_NAME
        QName of the XSI type.
    • Method Detail

      • setSecurityTokenReference

        void setSecurityTokenReference​(SecurityTokenReference securityTokenReference)
        Sets the wsse:SecurityTokenReference child element.
        Parameters:
        securityTokenReference - The SecurityTokenReference child element to be set.