Class LDAPPostReadControl

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable

    public class LDAPPostReadControl
    extends netscape.ldap.LDAPControl
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String OID_POSTREAD  
      • Fields inherited from class netscape.ldap.LDAPControl

        m_critical, m_value, MANAGEDSAIT, PWEXPIRED, PWEXPIRING
    • Constructor Summary

      Constructors 
      Constructor Description
      LDAPPostReadControl​(boolean critical, java.lang.String[] attrs)
      Request control constructor.
      LDAPPostReadControl​(java.lang.String oid, boolean critical, byte[] value)
      Response control constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      netscape.ldap.LDAPEntry getEntry()
      Get the entry from the control.
      • Methods inherited from class netscape.ldap.LDAPControl

        clone, createControl, flattenBER, getID, getValue, isCritical, lookupControlClass, newInstance, register, toString
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • LDAPPostReadControl

        public LDAPPostReadControl​(java.lang.String oid,
                                   boolean critical,
                                   byte[] value)
                            throws netscape.ldap.LDAPException,
                                   java.io.IOException
        Response control constructor. This is called automatically by response processing code, should not need to be called by user.
        Throws:
        netscape.ldap.LDAPException
        java.io.IOException
      • LDAPPostReadControl

        public LDAPPostReadControl​(boolean critical,
                                   java.lang.String[] attrs)
        Request control constructor.
    • Method Detail

      • getEntry

        public netscape.ldap.LDAPEntry getEntry()
        Get the entry from the control. Returns null if constructed as a request control.