Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- ADD - Static variable in class com.netscape.jndi.ldap.controls.LdapPersistSearchControl
-
Change type specifying that you want to track additions of new entries to the directory.
C
- com.netscape.jndi.ldap.controls - package com.netscape.jndi.ldap.controls
D
- DELETE - Static variable in class com.netscape.jndi.ldap.controls.LdapPersistSearchControl
-
Change type specifying that you want to track removals of entries from the directory.
G
- getAfterCount() - Method in class com.netscape.jndi.ldap.controls.LdapVirtualListControl
-
Gets the number of results after the top/center to return per page.
- getBeforeCount() - Method in class com.netscape.jndi.ldap.controls.LdapVirtualListControl
-
Gets the number of results before the top/center to return per page.
- getChangeNumber() - Method in class com.netscape.jndi.ldap.controls.LdapEntryChangeControl
-
Gets the change number, which identifies the record of the change in the server's change log.
- getChangesOnly() - Method in class com.netscape.jndi.ldap.controls.LdapPersistSearchControl
-
Indicates whether you want the server to send any existing entries that already match the search criteria or only the entries that have changed.
- getChangeType() - Method in class com.netscape.jndi.ldap.controls.LdapEntryChangeControl
-
Gets the change type, which identifies the type of change that occurred.
- getChangeTypes() - Method in class com.netscape.jndi.ldap.controls.LdapPersistSearchControl
-
Gets the change types monitored by this control.
- getContentCount() - Method in class com.netscape.jndi.ldap.controls.LdapVirtualListResponseControl
-
Gets the size of the virtual result set.
- getControlInstance(Control) - Method in class com.netscape.jndi.ldap.controls.NetscapeControlFactory
-
Creates a control using this control factory
- getControlInstance(LDAPControl) - Static method in class com.netscape.jndi.ldap.controls.NetscapeControlFactory
-
Create a JNDI control from a raw ldapjdk control
- getEncodedValue() - Method in class com.netscape.jndi.ldap.controls.LdapEntryChangeControl
-
Retrieves the ASN.1 BER encoded value of the LDAP control.
- getEncodedValue() - Method in class com.netscape.jndi.ldap.controls.LdapPasswordExpiredControl
-
Retrieves the ASN.1 BER encoded value of the LDAP control.
- getEncodedValue() - Method in class com.netscape.jndi.ldap.controls.LdapPasswordExpiringControl
-
Retrieves the ASN.1 BER encoded value of the LDAP control.
- getEncodedValue() - Method in class com.netscape.jndi.ldap.controls.LdapPersistSearchControl
-
Retrieves the ASN.1 BER encoded value of the LDAP control.
- getEncodedValue() - Method in class com.netscape.jndi.ldap.controls.LdapProxiedAuthControl
-
Retrieves the ASN.1 BER encoded value of the LDAP control.
- getEncodedValue() - Method in class com.netscape.jndi.ldap.controls.LdapSortControl
-
Retrieves the ASN.1 BER encoded value of the LDAP control.
- getEncodedValue() - Method in class com.netscape.jndi.ldap.controls.LdapSortResponseControl
-
Retrieves the ASN.1 BER encoded value of the LDAP control.
- getEncodedValue() - Method in class com.netscape.jndi.ldap.controls.LdapVirtualListControl
-
Retrieves the ASN.1 BER encoded value of the LDAP control.
- getEncodedValue() - Method in class com.netscape.jndi.ldap.controls.LdapVirtualListResponseControl
-
Retrieves the ASN.1 BER encoded value of the LDAP control.
- getFailedAttribute() - Method in class com.netscape.jndi.ldap.controls.LdapSortResponseControl
-
Get the first attribute type from the sort key list that resulted in an error
- getFirstPosition() - Method in class com.netscape.jndi.ldap.controls.LdapVirtualListResponseControl
-
Gets the index of the first entry returned.
- getIndex() - Method in class com.netscape.jndi.ldap.controls.LdapVirtualListControl
-
Gets the size of the virtual result set.
- getKey() - Method in class com.netscape.jndi.ldap.controls.LdapSortKey
-
Returns the attribute to sort by.
- getListSize() - Method in class com.netscape.jndi.ldap.controls.LdapVirtualListControl
-
Gets the size of the virtual result set.
- getMatchRule() - Method in class com.netscape.jndi.ldap.controls.LdapSortKey
-
Returns the object ID (OID) of the matching rule used for sorting.
- getMessage() - Method in class com.netscape.jndi.ldap.controls.LdapPasswordExpiredControl
-
Return string message passed in the control
- getPreviousDN() - Method in class com.netscape.jndi.ldap.controls.LdapEntryChangeControl
-
Gets the previous DN of the entry (if the entry was renamed).
- getResultCode() - Method in class com.netscape.jndi.ldap.controls.LdapSortResponseControl
-
Return the sort result code
- getResultCode() - Method in class com.netscape.jndi.ldap.controls.LdapVirtualListResponseControl
-
Gets the result code.
- getReturnControls() - Method in class com.netscape.jndi.ldap.controls.LdapPersistSearchControl
-
Indicates whether or not the server includes an "entry change notification" control with each entry it sends back to the client during the persistent search.
- getReverse() - Method in class com.netscape.jndi.ldap.controls.LdapSortKey
-
Returns
true
if sorting is to be done in descending order. - getSecondsToExipre() - Method in class com.netscape.jndi.ldap.controls.LdapPasswordExpiringControl
-
Return parsed number of seconds before password expires
- getSortException() - Method in class com.netscape.jndi.ldap.controls.LdapSortResponseControl
-
Return corresponding NamingException for the sort error code
L
- LdapEntryChangeControl - Class in com.netscape.jndi.ldap.controls
-
Represents an LDAP v3 server control that specifies information about a change to an entry in the directory.
- LdapPasswordExpiredControl - Class in com.netscape.jndi.ldap.controls
-
Represents an LDAP v3 server control that may be returned if a password has expired, and password policy is enabled on the server.
- LdapPasswordExpiringControl - Class in com.netscape.jndi.ldap.controls
-
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.
- LdapPersistSearchControl - Class in com.netscape.jndi.ldap.controls
-
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.
- LdapPersistSearchControl(int, boolean, boolean, boolean) - Constructor for class com.netscape.jndi.ldap.controls.LdapPersistSearchControl
-
Constructs an
LdapPersistSearchControl
object that specifies a persistent search. - LdapProxiedAuthControl - Class in com.netscape.jndi.ldap.controls
-
Represents an LDAP v3 server control that specifies that you want the server to use the specified DN's identity for this operation.
- LdapProxiedAuthControl(String, boolean) - Constructor for class com.netscape.jndi.ldap.controls.LdapProxiedAuthControl
-
Constructs an
LdapProxiedAuthControl
object with a DN to use as identity. - LdapSortControl - Class in com.netscape.jndi.ldap.controls
-
Represents an LDAP v3 server control that specifies that you want the server to return sorted search results.
- LdapSortControl(LdapSortKey[], boolean) - Constructor for class com.netscape.jndi.ldap.controls.LdapSortControl
-
Constructs an
LDAPSortControl
object with an array of sorting keys. - LdapSortControl(LdapSortKey, boolean) - Constructor for class com.netscape.jndi.ldap.controls.LdapSortControl
-
Constructs an
LDAPSortControl
object with a single sorting key. - LdapSortControl(String[], boolean) - Constructor for class com.netscape.jndi.ldap.controls.LdapSortControl
-
Constructs an
LDAPSortControl
object with an array of sorting keys. - LdapSortKey - Class in com.netscape.jndi.ldap.controls
-
Represents sorting instructions for a particular attribute.
- LdapSortKey(String) - Constructor for class com.netscape.jndi.ldap.controls.LdapSortKey
-
Constructs a new
LdapSortKey
object that will sort based on the specified instructions. - LdapSortKey(String, boolean) - Constructor for class com.netscape.jndi.ldap.controls.LdapSortKey
-
Constructs a new
LdapSortKey
object that will sort based on the specified attribute and sort order. - LdapSortKey(String, boolean, String) - Constructor for class com.netscape.jndi.ldap.controls.LdapSortKey
-
Constructs a new
LdapSortKey
object that will sort based on the specified attribute, sort order, and matching rule. - LdapSortResponseControl - Class in com.netscape.jndi.ldap.controls
-
The LDAP server sends back a sort response control to indicate the result of the sorting operation.
- LdapVirtualListControl - Class in com.netscape.jndi.ldap.controls
-
Represents control data for returning paged results from a search.
- LdapVirtualListControl(int, int, int, int) - Constructor for class com.netscape.jndi.ldap.controls.LdapVirtualListControl
-
Constructs a new
LDAPVirtualListControl
object. - LdapVirtualListControl(String, int, int) - Constructor for class com.netscape.jndi.ldap.controls.LdapVirtualListControl
-
Constructs a new
LDAPVirtualListControl
object. - LdapVirtualListResponseControl - Class in com.netscape.jndi.ldap.controls
-
Represents control data for returning paged results from a search.
M
- m_msg - Variable in class com.netscape.jndi.ldap.controls.LdapPasswordExpiringControl
- MODDN - Static variable in class com.netscape.jndi.ldap.controls.LdapPersistSearchControl
-
Change type specifying that you want to track modifications of the DNs of entries in the directory.
- MODIFY - Static variable in class com.netscape.jndi.ldap.controls.LdapPersistSearchControl
-
Change type specifying that you want to track modifications of entries in the directory.
N
- NetscapeControlFactory - Class in com.netscape.jndi.ldap.controls
- NetscapeControlFactory() - Constructor for class com.netscape.jndi.ldap.controls.NetscapeControlFactory
P
- parseResponse(LDAPControl[], String) - Static method in class com.netscape.jndi.ldap.controls.LdapPasswordExpiringControl
S
- setChangesOnly(boolean) - Method in class com.netscape.jndi.ldap.controls.LdapPersistSearchControl
-
Specifies whether you want the server to send any existing entries that already match the search criteria or only the entries that have changed.
- setChangeTypes(int) - Method in class com.netscape.jndi.ldap.controls.LdapPersistSearchControl
-
Sets the change types that you want monitored by this control.
- setListSize(int) - Method in class com.netscape.jndi.ldap.controls.LdapVirtualListControl
-
Sets the size of the virtual result set.
- setRange(int, int, int) - Method in class com.netscape.jndi.ldap.controls.LdapVirtualListControl
-
Sets the starting index, and the number of entries before and after to return.
- setRange(String, int, int) - Method in class com.netscape.jndi.ldap.controls.LdapVirtualListControl
-
Sets the search expression, and the number of entries before and after to return.
- setReturnControls(boolean) - Method in class com.netscape.jndi.ldap.controls.LdapPersistSearchControl
-
Specifies whether you want the server to include an "entry change notification" control with each entry it sends back to the client during the persistent search.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form