LDAP Classes
Implements Java LDAP
A B C D E F G H I L M N O P R S T U

S

SASL_BIND_IN_PROGRESS - Static variable in class org.ietf.ldap.LDAPException
Does not indicate an error condition, but indicates that the server is ready for the next step in the process.
SCOPE_BASE - Static variable in class org.ietf.ldap.LDAPConnection
Used with search to specify that the scope of entrys to search is to search only the base obect.
SCOPE_ONE - Static variable in class org.ietf.ldap.LDAPConnection
Used with search to specify that the scope of entrys to search is to search only the immediate subordinates of the base obect.
SCOPE_SUB - Static variable in class org.ietf.ldap.LDAPConnection
Used with search to specify that the scope of entrys to search is to search the base object and all entries within its subtree.
SEARCH_REQUEST - Static variable in class org.ietf.ldap.LDAPMessage
A search request operation.
SEARCH_RESPONSE - Static variable in class org.ietf.ldap.LDAPMessage
A search response containing data.
SEARCH_RESULT - Static variable in class org.ietf.ldap.LDAPMessage
A search result message - contains search status.
SEARCH_RESULT_REFERENCE - Static variable in class org.ietf.ldap.LDAPMessage
A search result reference operation.
search(LDAPUrl) - Static method in class org.ietf.ldap.LDAPConnection
Synchronously performs the search specified by the LDAP URL, returning an enumerable LDAPSearchResults object.
search(LDAPUrl, LDAPSearchConstraints) - Static method in class org.ietf.ldap.LDAPConnection
Synchronously perfoms the search specified by the LDAP URL, using the specified search constraints.
search(String, int, String, String[], boolean) - Method in class org.ietf.ldap.LDAPConnection
Synchronously performs the search specified by the parameters.
search(String, int, String, String[], boolean, LDAPSearchConstraints) - Method in class org.ietf.ldap.LDAPConnection
Synchronously performs the search specified by the parameters, using the specified search constraints.
search(String, int, String, String[], boolean, LDAPSearchQueue) - Method in class org.ietf.ldap.LDAPConnection
Asynchronously performs the search specified by the parameters.
search(String, int, String, String[], boolean, LDAPSearchQueue, LDAPSearchConstraints) - Method in class org.ietf.ldap.LDAPConnection
Asynchronously performs the search specified by the parameters, also allowing specification of constraints for the search.
SERVER_DOWN - Static variable in class org.ietf.ldap.LDAPException
Indicates that the LDAP libraries cannot establish an initial connection with the LDAP server.
setBatchSize(int) - Method in class org.ietf.ldap.LDAPSearchConstraints
Specifies how results are returned during a search operation.
setChangesOnly(boolean) - Method in class org.ietf.ldap.controls.LDAPPersistSearchControl
When set to true, requests that only changes be returned, results from the initial search are not returned.
setChangeTypes(int) - Method in class org.ietf.ldap.controls.LDAPPersistSearchControl
Sets the change types to be monitored.
setConstraints(LDAPConstraints) - Method in class org.ietf.ldap.LDAPConnection
Sets the constraints that apply to all operations performed through this connection.
setContext(String) - Method in class org.ietf.ldap.controls.LDAPVirtualListControl
Sets the cookie used by some servers to optimize the processing of virtual list requests.
setControls(LDAPControl) - Method in class org.ietf.ldap.LDAPConstraints
Sets a control to be sent to the server.
setControls(LDAPControl[]) - Method in class org.ietf.ldap.LDAPConstraints
Sets an array of controls to be sent to the server.
setDereference(int) - Method in class org.ietf.ldap.LDAPSearchConstraints
Sets a preference indicating whether or not aliases should be dereferenced, and if so, when.
setFailedReferral(String) - Method in class org.ietf.ldap.LDAPReferralException
Sets a referral that could not be processed
setHopLimit(int) - Method in class org.ietf.ldap.LDAPConstraints
Sets the maximum number of hops to follow in sequence during automatic referral following.
setListSize(int) - Method in class org.ietf.ldap.controls.LDAPVirtualListControl
Sets the assumed size of the virtual search results list.
setLocale(Locale) - Method in class org.ietf.ldap.LDAPCompareAttrNames
Sets the locale to be used for sorting.
setMaxResults(int) - Method in class org.ietf.ldap.LDAPSearchConstraints
Sets the maximum number of search results to be returned; 0 means no limit.
setProperty(String, Object) - Method in class org.ietf.ldap.LDAPConstraints
Sets a property of the constraints object.
setQualifier(String, String[]) - Method in class org.ietf.ldap.LDAPSchemaElement
Sets the values of a specified optional or non-standard qualifier of the element.
setRange(int, int, int) - Method in class org.ietf.ldap.controls.LDAPVirtualListControl
Sets the center or starting list index to return, and the number of results before and after.
setRange(String, int, int) - Method in class org.ietf.ldap.controls.LDAPVirtualListControl
Sets the center or starting list index to return, and the number of results before and after.
setReferralFollowing(boolean) - Method in class org.ietf.ldap.LDAPConstraints
Specifies whether referrals are followed automatically or whether referrals throw an LDAPReferralException.
setReferralHandler(LDAPReferralHandler) - Method in class org.ietf.ldap.LDAPConstraints
Specifies the object that will process authentication requests.
setReturnControls(boolean) - Method in class org.ietf.ldap.controls.LDAPPersistSearchControl
When set to true, requests that entry change controls be returned with the search results.
setServerTimeLimit(int) - Method in class org.ietf.ldap.LDAPSearchConstraints
Sets the maximum number of seconds that the server is to wait when returning search results.
setSocketFactory(LDAPSocketFactory) - Static method in class org.ietf.ldap.LDAPConnection
Establishes the default LDAPSocketFactory used when LDAPConnection objects are constructed.
setTimeLimit(int) - Method in class org.ietf.ldap.LDAPConstraints
Sets the maximum number of milliseconds the client waits for any operation under these search constraints to complete.
setValue(byte[]) - Method in class org.ietf.ldap.LDAPExtendedOperation
Sets the value for the operation-specific data.
setValue(byte[]) - Method in class org.ietf.ldap.LDAPControl
Sets the control-specific data of the object.
SIZE_LIMIT_EXCEEDED - Static variable in class org.ietf.ldap.LDAPException
Indicates that in a search operation, the size limit specified by the client or the server has been exceeded.
size() - Method in class org.ietf.ldap.LDAPAttributeSet
Returns the number of attributes in this set.
size() - Method in class org.ietf.ldap.LDAPAttribute
Returns the number of values in the attribute.
startTLS() - Method in class org.ietf.ldap.LDAPConnection
Starts Transport Layer Security (TLS) protocol on this connection to enable session privacy.
stopTLS() - Method in class org.ietf.ldap.LDAPConnection
Stops Transport Layer Security (TLS) protocol on this connection.
STRONG_AUTH_REQUIRED - Static variable in class org.ietf.ldap.LDAPException
Indicates a problem with the level of authentication.
STRUCTURAL - Static variable in class org.ietf.ldap.LDAPObjectClassSchema
This class definition defines a structural schema class.
SUCCESS - Static variable in class org.ietf.ldap.LDAPException
Indicates the requested client operation completed successfully.

LDAP Classes
Implements Java LDAP
A B C D E F G H I L M N O P R S T U
Copyright © 2002 Novell, Inc. All Rights Reserved.
Novell, Inc.
1800 South Novell Place
Provo, Ut 84606
Phone: (801) 861-5000