Class LDAPPostReadControl

java.lang.Object
netscape.ldap.LDAPControl
com.netscape.cmsutil.ldap.LDAPPostReadControl
All Implemented Interfaces:
Serializable, Cloneable

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

    Fields
    Modifier and Type
    Field
    Description
    static final String
     

    Fields inherited from class netscape.ldap.LDAPControl

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

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

    Modifier and Type
    Method
    Description
    netscape.ldap.LDAPEntry
    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
  • Field Details

  • Constructor Details

    • LDAPPostReadControl

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

      public LDAPPostReadControl(boolean critical, String[] attrs)
      Request control constructor.
  • Method Details

    • getEntry

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