Class JDAPSearchResultReference

java.lang.Object
netscape.ldap.client.opers.JDAPSearchResultReference
All Implemented Interfaces:
JDAPProtocolOp

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

    • m_urls

      protected String[] m_urls
      Internal variables
    • m_element

      protected BERElement m_element
  • Constructor Details

    • JDAPSearchResultReference

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

    • 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 String[] getUrls()
      Retrieves a list of urls.
    • toString

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