Package com.netscape.cmsutil.ldap
Class LDAPPostReadControl
- java.lang.Object
-
- netscape.ldap.LDAPControl
-
- com.netscape.cmsutil.ldap.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
-
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.
-
-
-
Field Detail
-
OID_POSTREAD
public static final java.lang.String OID_POSTREAD
- See Also:
- Constant Field Values
-
-
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.
-
-