Uses of Class netscape.ldap.LDAPControl

Uses in package netscape.ldap.util

Methods with parameter type netscape.ldap.LDAPControl

void
Sets the list of controls
void
Sets the list of controls

Methods with return type netscape.ldap.LDAPControl

LDAPControl[]
Retrieves the list of controls specified in the content of the LDIF record, if any
LDAPControl[]
Retrieves the list of controls specified in the content of the LDIF record, if any
LDAPControl[]
Retrieves the list of controls specified in the content of the LDIF record, if any.
LDAPControl
LDIF.parse_control_spec(String line)
Parses the specification of a control
A control looks line one of the following:
control: 1.2.3.4.10.210
control: 1.2.3.4.10.210 true
control: 1.2.3.4.10.210 true: someASCIIvalue
control: 1.2.3.4.10.210: someASCIIvalue
control: 1.2.3.4.10.210 true:: 44GK44GM44GV44KP44KJ
control: 1.2.3.4.10.210:: 44GK44GM44GV44KP44KJ
control: 1.2.3.4.10.210 true:<32file:///usr/local/directory/cont.dta
control: 1.2.3.4.10.210:<32file:///usr/local/directory/cont.dta

Uses in package netscape.ldap

Methods with parameter type netscape.ldap.LDAPControl

void
Sets a client control for LDAP operations.
void
Sets an array of client controls for LDAP operations.
void
Sets a server control for LDAP operations.
void
Sets an array of server controls for LDAP operations.

Methods with return type netscape.ldap.LDAPControl

LDAPControl
LDAPControl.createControl(String oid, boolean critical, byte[] value)
Returns a LDAPControl object instantiated by the Class associated by LDAPControl.register to the oid.
LDAPControl[]
Returns any client controls to be applied by the client to LDAP operations.
LDAPControl[]
Retrieves list of controls.
LDAPControl[]
Returns an array of the latest controls (if any) from server.
LDAPControl[]
Returns the controls returned with this search result.
LDAPControl[]
Returns an array of the latest controls (if any) from the server.
LDAPControl[]
Returns any server controls to be applied by the server to LDAP operations.
LDAPControl[]
LDAPControl.newInstance(byte[] data)
Instantiates all of the controls contained within the LDAP message fragment specified by data and returns them in an LDAPControl array.

Uses in package netscape.ldap.controls

Classes derived from netscape.ldap.LDAPControl

class
Represents an LDAP v3 server control that specifies information about a change to an entry in the directory.
class
Represents an LDAP v3 server control that may be returned if a password has expired, and password policy is enabled on the server.
class
Represents an LDAP v3 server control that may be returned if a password is about to expire, and password policy is enabled on the server.
class
Represents an LDAP v3 server control that specifies a persistent search (an ongoing search operation), which allows your LDAP client to get notification of changes to the directory.
class
Represents an LDAP v3 server control that specifies that you want the server to use the specified DN's identity for this operation.
class
Represents an LDAP v3 server control that specifies that you want the server to return sorted search results.
class
Represents control data for returning paged results from a search.
class
Represents control data for returning paged results from a search.

Methods with parameter type netscape.ldap.LDAPControl

String
String
LDAPEntryChangeControl
Returns an "entry change notification" control if the control is in the specified array of controls.
LDAPVirtualListResponse
Returns a control returned on a VLV search.
String
LDAPSortControl.parseResponse(LDAPControl[] controls, int[] results)
Parses the sorting response control sent by the server and retrieves the result code from the sorting operation and the attribute that caused sorting to fail (if specified by the server).

Uses in package

Fields of type netscape.ldap.LDAPControl

LDAPControl