Class RequestedSecurityTokenImpl

    • Constructor Detail

      • RequestedSecurityTokenImpl

        public RequestedSecurityTokenImpl()
        Empty default constructor.
      • RequestedSecurityTokenImpl

        public RequestedSecurityTokenImpl​(Token token)
    • Method Detail

      • fromElement

        public static RequestedSecurityTokenType fromElement​(Element element)
                                                      throws WSTrustException
        Constructs a RequestedSecurityToken element from an existing XML block.
        Parameters:
        element - org.w3c.dom.Element representing DOM tree for RequestedSecurityToken object.
        Throws:
        WSTrustException - if it could not process the org.w3c.dom.Element properly, implying that there is an error in the sender or in the element definition.