Class JDAPSearchResultReference

  • All Implemented Interfaces:
    JDAPProtocolOp

    public class JDAPSearchResultReference
    extends java.lang.Object
    implements JDAPProtocolOp
    This class implements the search result reference. See RFC 1777.
     SearchResultReference :: [APPLICATION 19] SEQUENCE OF LDAPURL
     
    Version:
    1.0
    • Field Detail

      • m_urls

        protected java.lang.String[] m_urls
        Internal variables
    • Constructor Detail

      • JDAPSearchResultReference

        public JDAPSearchResultReference​(BERElement element)
                                  throws java.io.IOException
        Constructs extended response.
        Parameters:
        element - ber element of add response
        Throws:
        java.io.IOException
    • Method Detail

      • getType

        public int getType()
        Retrieves the protocol operation type.
        Specified by:
        getType in interface JDAPProtocolOp
        Returns:
        protocol type
      • getBERElement

        public BERElement getBERElement()
        Retrieves the BER representation of this object.
        Specified by:
        getBERElement in interface JDAPProtocolOp
        Returns:
        ber representation
      • getUrls

        public java.lang.String[] getUrls()
        Retrieves a list of urls.
      • toString

        public java.lang.String toString()
        Retrieve the string representation.
        Specified by:
        toString in interface JDAPProtocolOp
        Overrides:
        toString in class java.lang.Object
        Returns:
        string representation