Class JDFAutoAuthenticationResp

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, IStreamWriter, org.w3c.dom.Element, org.w3c.dom.ElementTraversal, org.w3c.dom.events.EventTarget, org.w3c.dom.Node, org.w3c.dom.NodeList, org.w3c.dom.TypeInfo
    Direct Known Subclasses:
    JDFAuthenticationResp

    public abstract class JDFAutoAuthenticationResp
    extends JDFElement
    class JDFAutoAuthenticationResp : public JDFElement
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoAuthenticationResp

        protected JDFAutoAuthenticationResp​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                            java.lang.String qualifiedName)
        Constructor for JDFAutoAuthenticationResp
        Parameters:
        myOwnerDocument -
        qualifiedName -
      • JDFAutoAuthenticationResp

        protected JDFAutoAuthenticationResp​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                            java.lang.String myNamespaceURI,
                                            java.lang.String qualifiedName)
        Constructor for JDFAutoAuthenticationResp
        Parameters:
        myOwnerDocument -
        myNamespaceURI -
        qualifiedName -
      • JDFAutoAuthenticationResp

        protected JDFAutoAuthenticationResp​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                            java.lang.String myNamespaceURI,
                                            java.lang.String qualifiedName,
                                            java.lang.String myLocalName)
        Constructor for JDFAutoAuthenticationResp
        Parameters:
        myOwnerDocument -
        myNamespaceURI -
        qualifiedName -
        myLocalName -
    • Method Detail

      • setSecureURL

        public void setSecureURL​(java.lang.String value)
        (36) set attribute SecureURL
        Parameters:
        value - the value to set the attribute to
      • getSecureURL

        public java.lang.String getSecureURL()
        (23) get String attribute SecureURL
        Returns:
        the value of the attribute
      • getCertificate

        public JDFElement getCertificate()
        (24) const get element Certificate
        Returns:
        JDFElement the element
      • getCreateCertificate

        public JDFElement getCreateCertificate()
        (25) getCreateCertificate
        Returns:
        JDFElement the element
      • getCreateCertificate

        public JDFElement getCreateCertificate​(int iSkip)
        (26) getCreateCertificate
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFElement the element
      • getCertificate

        public JDFElement getCertificate​(int iSkip)
        (27) const get element Certificate
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFElement the element default is getCertificate(0)
      • getAllCertificate

        public java.util.Collection<JDFElement> getAllCertificate()
        Get all Certificate from the current element
        Returns:
        Collection, null if none are available
      • appendCertificate

        public JDFElement appendCertificate()
        (30) append element Certificate
        Returns:
        JDFElement the element