Interface RequestSecurityTokenResponse


  • public interface RequestSecurityTokenResponse
    Represents the output RequestSecurityTokenResponse.
    Version:
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getContext()
      Returns the context of this RequestSecurityTokenResponse as a String.
      java.lang.String getId()
      Returns the id of this RequestSecurityTokenResponse as a String object.
      org.w3c.dom.Element getRequestedAttachedReference()
      Returns the requested attached reference for this RequestSecurityTokenResponse as an org.w3c.dom.Element object.
      org.w3c.dom.Element getRequestedDisplayToken()
      Returns the requested display token of this RequestSecurityTokenResponse as an org.w3c.dom.Element object.
      org.w3c.dom.Element getRequestedProofToken()
      Return the Requested Proof Token as an org.w3c.dom.Element object from this RequestSecurityTokenResponse.
      org.w3c.dom.Element getRequestedSecurityToken()
      Return the Requested Security Token as an org.w3c.dom.Element object from this RequestSecurityTokenResponse.
      org.w3c.dom.Element getRequestedTokenCancelled()
      Returns the requested token cancelled of this RequestSecurityTokenResponse as an org.w3c.dom.Element object.
      org.w3c.dom.Element getRequestedTokenReference()
      Return the Requested Token Reference as an org.w3c.dom.Element object from this RequestSecurityTokenResponse.
      org.w3c.dom.Element getRequestedUnattachedReference()
      Returns the requested unattached reference for this RequestSecurityTokenResponse as an org.w3c.dom.Element object.
      ElementAttribute[] getSecurityTokenReferenceAttributes()
      Returns the security token reference attributes of this RequestSecurityTokenResponse.
      Status getStatus()
      Return the Status of this RequestSecurityTokenResponse.
      void setRequestedAttachedReference​(org.w3c.dom.Element requestedAttachedReference)
      Sets the requested attached reference for this RequestSecurityTokenResponse from an org.w3c.dom.Element object.
      void setRequestedDisplayToken​(org.w3c.dom.Element displayToken)
      Sets the requested display token of this RequestSecurityTokenResponse from an org.w3c.dom.Element object.
      void setRequestedProofToken​(org.w3c.dom.Element proofToken)
      Set the Requested Proof Token from an org.w3c.dom.Element object in this RequestSecurityTokenResponse.
      void setRequestedSecurityToken​(org.w3c.dom.Element token)
      Set the Requested Security Token from an org.w3c.dom.Element object in this RequestSecurityTokenResponse.
      void setRequestedTokenCancelled​(boolean cancel)
      Sets the requested token to cancelled of this RequestSecurityTokenResponse from the boolean cancel parameter.
      void setRequestedTokenReference​(org.w3c.dom.Element tokenReference)
      Set the Requested Token Reference from an org.w3c.dom.Element object in this RequestSecurityTokenResponse.
      void setRequestedUnattachedReference​(org.w3c.dom.Element requestedUnattachedReference)
      Sets the requested unattached reference for this RequestSecurityTokenResponse from an org.w3c.dom.Element object.
      void setSecurityTokenReferenceAttributes​(ElementAttribute[] secTokRefAttrs)
      This method allows attributes to be specified for the wsse:SecurityTokenRefrerence element
      void setStatus​(Status status)
      Set the Status of this RequestSecurityTokenResponse.
    • Field Detail

      • RequestSecurityTokenResponse_java_sourceCodeID

        static final java.lang.String RequestSecurityTokenResponse_java_sourceCodeID
        See Also:
        Constant Field Values
      • RequestSecurityTokenResponse_java_copyright

        static final java.lang.String RequestSecurityTokenResponse_java_copyright
    • Method Detail

      • getId

        java.lang.String getId()
        Returns the id of this RequestSecurityTokenResponse as a String object.
        Returns:
        the id of this RequestSecurityTokenResponse as a String object.
      • getRequestedSecurityToken

        org.w3c.dom.Element getRequestedSecurityToken()
        Return the Requested Security Token as an org.w3c.dom.Element object from this RequestSecurityTokenResponse.
        Returns:
        the Requested Security Token as an org.w3c.dom.Element object from this RequestSecurityTokenResponse.
      • setRequestedSecurityToken

        void setRequestedSecurityToken​(org.w3c.dom.Element token)
        Set the Requested Security Token from an org.w3c.dom.Element object in this RequestSecurityTokenResponse.
        Parameters:
        token - the Requested Security Token as an org.w3c.dom.Element object for this RequestSecurityTokenResponse.
      • getRequestedTokenReference

        org.w3c.dom.Element getRequestedTokenReference()
        Return the Requested Token Reference as an org.w3c.dom.Element object from this RequestSecurityTokenResponse.
        Returns:
        the Requested Token Reference as an org.w3c.dom.Element object from this RequestSecurityTokenResponse.
      • setRequestedTokenReference

        void setRequestedTokenReference​(org.w3c.dom.Element tokenReference)
        Set the Requested Token Reference from an org.w3c.dom.Element object in this RequestSecurityTokenResponse.
        Parameters:
        tokenReference - the Requested Token Reference as an org.w3c.dom.Element object for this RequestSecurityTokenResponse.
      • getRequestedProofToken

        org.w3c.dom.Element getRequestedProofToken()
        Return the Requested Proof Token as an org.w3c.dom.Element object from this RequestSecurityTokenResponse.
        Returns:
        the Requested Proof Token as an org.w3c.dom.Element object from this RequestSecurityTokenResponse.
      • setRequestedProofToken

        void setRequestedProofToken​(org.w3c.dom.Element proofToken)
        Set the Requested Proof Token from an org.w3c.dom.Element object in this RequestSecurityTokenResponse.
        Parameters:
        proofToken - the Requested Proof Token as an org.w3c.dom.Element object for this RequestSecurityTokenResponse.
      • getStatus

        Status getStatus()
        Return the Status of this RequestSecurityTokenResponse.
        Returns:
        the Status of this RequestSecurityTokenResponse.
      • setStatus

        void setStatus​(Status status)
        Set the Status of this RequestSecurityTokenResponse.
        Parameters:
        status - the Status of this RequestSecurityTokenResponse.
      • getContext

        java.lang.String getContext()
        Returns the context of this RequestSecurityTokenResponse as a String.
        Returns:
        the context of this RequestSecurityTokenResponse as a String.
      • setSecurityTokenReferenceAttributes

        void setSecurityTokenReferenceAttributes​(ElementAttribute[] secTokRefAttrs)
        This method allows attributes to be specified for the wsse:SecurityTokenRefrerence element
        Parameters:
        secTokRefAttrs - the Security Token Reference Atrributes as an array of Element Attribute.
      • getSecurityTokenReferenceAttributes

        ElementAttribute[] getSecurityTokenReferenceAttributes()
        Returns the security token reference attributes of this RequestSecurityTokenResponse.
        Returns:
        the security token reference attributes of this RequestSecurityTokenResponse as an array of ElementAttribute.
      • getRequestedAttachedReference

        org.w3c.dom.Element getRequestedAttachedReference()
        Returns the requested attached reference for this RequestSecurityTokenResponse as an org.w3c.dom.Element object.
        Returns:
        the requested attached reference for this RequestSecurityTokenResponse as an org.w3c.dom.Element object.
      • setRequestedAttachedReference

        void setRequestedAttachedReference​(org.w3c.dom.Element requestedAttachedReference)
        Sets the requested attached reference for this RequestSecurityTokenResponse from an org.w3c.dom.Element object.
        Parameters:
        requestedAttachedReference - the requested attached reference for this RequestSecurityTokenResponse as an org.w3c.dom.Element object.
      • getRequestedUnattachedReference

        org.w3c.dom.Element getRequestedUnattachedReference()
        Returns the requested unattached reference for this RequestSecurityTokenResponse as an org.w3c.dom.Element object.
        Returns:
        the requested unattached reference for this RequestSecurityTokenResponse as an org.w3c.dom.Element object.
      • setRequestedUnattachedReference

        void setRequestedUnattachedReference​(org.w3c.dom.Element requestedUnattachedReference)
        Sets the requested unattached reference for this RequestSecurityTokenResponse from an org.w3c.dom.Element object.
        Parameters:
        requestedUnattachedReference - the requested unattached reference for this RequestSecurityTokenResponse as an org.w3c.dom.Element object.
      • getRequestedDisplayToken

        org.w3c.dom.Element getRequestedDisplayToken()
        Returns the requested display token of this RequestSecurityTokenResponse as an org.w3c.dom.Element object.
        Returns:
        the requested display token of this RequestSecurityTokenResponse as an org.w3c.dom.Element object.
      • setRequestedDisplayToken

        void setRequestedDisplayToken​(org.w3c.dom.Element displayToken)
        Sets the requested display token of this RequestSecurityTokenResponse from an org.w3c.dom.Element object.
        Parameters:
        displayToken - the requested display token of this RequestSecurityTokenResponse as an org.w3c.dom.Element object.
      • getRequestedTokenCancelled

        org.w3c.dom.Element getRequestedTokenCancelled()
        Returns the requested token cancelled of this RequestSecurityTokenResponse as an org.w3c.dom.Element object.
        Returns:
        the requested display token of this RequestSecurityTokenResponse as an org.w3c.dom.Element object.
      • setRequestedTokenCancelled

        void setRequestedTokenCancelled​(boolean cancel)
        Sets the requested token to cancelled of this RequestSecurityTokenResponse from the boolean cancel parameter.
        Parameters:
        cancel - boolean value to set if the requested token is cancelled.