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

S

SASL_BIND_IN_PROGRESS - Static variable in class com.novell.ldap.LDAPException
Does not indicate an error condition, but indicates that the server is ready for the next step in the process.
SAXEventMultiplexer - class com.novell.ldap.util.SAXEventMultiplexer.
This class forms the base for deserialization(readDSML) of the DSML Serialized classes.It pipes SAX events to LDAPXMLHandler which is implemented by each class that needs DSML serialization support.
SAXEventMultiplexer() - Constructor for class com.novell.ldap.util.SAXEventMultiplexer
 
SCHEMA_SYNC_REQ - Static variable in class com.novell.ldap.extensions.NamingContextConstants
A constant for the requestSchemaSyncRequest OID.
SCHEMA_SYNC_REQ - Static variable in class com.novell.ldap.extensions.ReplicationConstants
A constant for the requestSchemaSyncRequest OID.
SCHEMA_SYNC_RES - Static variable in class com.novell.ldap.extensions.NamingContextConstants
A constant for the requestSchemaSyncResponse OID.
SCHEMA_SYNC_RES - Static variable in class com.novell.ldap.extensions.ReplicationConstants
A constant for the requestSchemaSyncResponse OID.
SCOPE_BASE - Static variable in class com.novell.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 com.novell.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 com.novell.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.
SCOPE_SUBORDINATESUBTREE - Static variable in class com.novell.ldap.LDAPConnection
Used with search to specify that the scope of entries to search is to search the subordinate subtree object and all entries within it.
SEARCH_REQUEST - Static variable in class com.novell.ldap.LDAPMessage
A search request operation.
SEARCH_RESPONSE - Static variable in class com.novell.ldap.LDAPMessage
A search response containing data.
SEARCH_RESULT - Static variable in class com.novell.ldap.LDAPMessage
A search result message - contains search status.
SEARCH_RESULT_REFERENCE - Static variable in class com.novell.ldap.LDAPMessage
A search result reference operation.
SEND_ALL_UPDATES_REQ - Static variable in class com.novell.ldap.extensions.NamingContextConstants
A constant for the sendAllUpdatesRequest OID.
SEND_ALL_UPDATES_REQ - Static variable in class com.novell.ldap.extensions.ReplicationConstants
A constant for the sendAllUpdatesRequest OID.
SEND_ALL_UPDATES_RES - Static variable in class com.novell.ldap.extensions.NamingContextConstants
A constant for the sendAllUpdatesResponse OID.
SEND_ALL_UPDATES_RES - Static variable in class com.novell.ldap.extensions.ReplicationConstants
A constant for the sendAllUpdatesResponse OID.
SERVER_AUTH - Static variable in class com.novell.security.sasl.Sasl
The name of a property that specifies whether the server must authenticate to the client.
SERVER_DOWN - Static variable in class com.novell.ldap.LDAPException
Indicates that the LDAP libraries cannot establish an initial connection with the LDAP server.
SERVER_SHUTDOWN_OID - Static variable in class com.novell.ldap.LDAPConnection
A string that corresponds to the server shutdown notification OID.
SET_REPLICATION_FILTER_REQ - Static variable in class com.novell.ldap.extensions.NamingContextConstants
A constant for the setReplicationFilterRequest OID.
SET_REPLICATION_FILTER_REQ - Static variable in class com.novell.ldap.extensions.ReplicationConstants
A constant for the setReplicationFilterRequest OID.
SET_REPLICATION_FILTER_RES - Static variable in class com.novell.ldap.extensions.NamingContextConstants
A constant for the setReplicationFilterResponse OID.
SET_REPLICATION_FILTER_RES - Static variable in class com.novell.ldap.extensions.ReplicationConstants
A constant for the setReplicationFilterResponse OID.
SIZE_LIMIT_EXCEEDED - Static variable in class com.novell.ldap.LDAPException
Indicates that in a search operation, the size limit specified by the client or the server has been exceeded.
SPMLConnection - class com.novell.ldap.SPMLConnection.
 
SPMLConnection() - Constructor for class com.novell.ldap.SPMLConnection
Default Contructor, initilizes the http client
SPMLConnection(String) - Constructor for class com.novell.ldap.SPMLConnection
 
SPMLConnection(String, ClassLoader) - Constructor for class com.novell.ldap.SPMLConnection
 
SPMLConnection(LDAPSocketFactory) - Constructor for class com.novell.ldap.SPMLConnection
Creates an instace of DsmlConnection ignoring the socket factory
SPMLSearchResults - class com.novell.ldap.SPMLSearchResults.
 
SPMLSearchResults(List) - Constructor for class com.novell.ldap.SPMLSearchResults
 
SPMLSearchResults() - Constructor for class com.novell.ldap.SPMLSearchResults
 
STRENGTH - Static variable in class com.novell.security.sasl.Sasl
The name of a property that specifies the cipher strength to use.
STRONG_AUTH_REQUIRED - Static variable in class com.novell.ldap.LDAPException
Indicates a problem with the level of authentication.
STRUCTURAL - Static variable in class com.novell.ldap.LDAPObjectClassSchema
This class definition defines a structural schema class.
SUBSTRINGS - Static variable in class com.novell.ldap.LDAPSearchRequest
Search Filter Identifier for a SUBSTRINGS component.
SUCCESS - Static variable in class com.novell.ldap.LDAPException
Indicates the requested client operation completed successfully.
Sasl - class com.novell.security.sasl.Sasl.
A static class for creating SASL clients and servers.
SaslClient - interface com.novell.security.sasl.SaslClient.
Performs SASL authentication as a client.An Class implementing this interface can negotiate authentication as a client using one of the IANA-registered mechanisms.
SaslClientFactory - interface com.novell.security.sasl.SaslClientFactory.
An object implementing this interface can provide a SaslClient.
SaslException - exception com.novell.security.sasl.SaslException.
This class represents Exception thrown on errors and failures that occur when using SASL.
SaslException() - Constructor for class com.novell.security.sasl.SaslException
Constructs a new instance of SaslException.
SaslException(String) - Constructor for class com.novell.security.sasl.SaslException
Constructs a default exception with a detailed message and no root exception.
SaslException(String, Throwable) - Constructor for class com.novell.security.sasl.SaslException
Constructs a new instance of SaslException with a detailed message and a root exception.
SchemaSyncRequest - class com.novell.ldap.extensions.SchemaSyncRequest.
Synchronizes the schema.
SchemaSyncRequest(String, int) - Constructor for class com.novell.ldap.extensions.SchemaSyncRequest
Constructs an extended operation object for synchronizing the schema.
SearchReferralEvent - class com.novell.ldap.events.SearchReferralEvent.
This class represents an Persistence Search event fired in response to an notification (LDAPSearchResult) sent by the LDAP Server.
SearchReferralEvent(PsearchEventSource, LDAPSearchResultReference) - Constructor for class com.novell.ldap.events.SearchReferralEvent
Default Constructor for SearchReferal Event.
SearchResultEvent - class com.novell.ldap.events.SearchResultEvent.
This class represents an Persistence Search event fired in response to an notification (LDAPSearchResult) sent by the LDAP Server.
SearchResultEvent(PsearchEventSource, LDAPSearchResult, int) - Constructor for class com.novell.ldap.events.SearchResultEvent
Default Constructor for SearchResultEvent.
SecurityEquivalenceEventData - class com.novell.ldap.events.edir.eventdata.SecurityEquivalenceEventData.
This class represents the data for Security Equivalence Events.
SecurityEquivalenceEventData(ASN1Object) - Constructor for class com.novell.ldap.events.edir.eventdata.SecurityEquivalenceEventData
Default Constructor
SendAllUpdatesRequest - class com.novell.ldap.extensions.SendAllUpdatesRequest.
Schedules an updated request to be sent to all directory servers in a replica ring.
SendAllUpdatesRequest(String, String) - Constructor for class com.novell.ldap.extensions.SendAllUpdatesRequest
Constructs an extended operation object for sending updates to a replica ring.
SetReplicationFilterRequest - class com.novell.ldap.extensions.SetReplicationFilterRequest.
Sets the Replication filter for all replicas on the server.
SetReplicationFilterRequest(String, String[][]) - Constructor for class com.novell.ldap.extensions.SetReplicationFilterRequest
Constructs an extended operations object which contains the ber encoded replication filter.
SplitOrphanPartitionRequest - class com.novell.ldap.extensions.SplitOrphanPartitionRequest.
Splits a new orphan partitiont.
SplitOrphanPartitionRequest(String, String) - Constructor for class com.novell.ldap.extensions.SplitOrphanPartitionRequest
Constructs an extended operation object for creating an orphan partition.
SplitPartitionRequest - class com.novell.ldap.extensions.SplitPartitionRequest.
Creates a new partition.
SplitPartitionRequest(String, int) - Constructor for class com.novell.ldap.extensions.SplitPartitionRequest
Constructs an extended operation object for splitting partition.
search(String, int, String, String[], boolean, LDAPSearchConstraints) - Method in class com.novell.ldap.DsmlConnection
 
search(String, int, String, String[], boolean, LDAPSearchQueue, LDAPSearchConstraints) - Method in class com.novell.ldap.DsmlConnection
 
search(String, int, String, String[], boolean, LDAPSearchQueue) - Method in class com.novell.ldap.DsmlConnection
 
search(String, int, String, String[], boolean) - Method in class com.novell.ldap.DsmlConnection
 
search(String, int, String, String[], boolean) - Method in class com.novell.ldap.LDAPConnection
Synchronously performs the search specified by the parameters.
search(String, int, String, String[], boolean, LDAPSearchConstraints) - Method in class com.novell.ldap.LDAPConnection
Synchronously performs the search specified by the parameters, using the specified search constraints (such as the maximum number of entries to find or the maximum time to wait for search results).
search(String, int, String, String[], boolean, LDAPSearchQueue) - Method in class com.novell.ldap.LDAPConnection
Asynchronously performs the search specified by the parameters.
search(String, int, String, String[], boolean, LDAPSearchQueue, LDAPSearchConstraints) - Method in class com.novell.ldap.LDAPConnection
Asynchronously performs the search specified by the parameters, also allowing specification of constraints for the search (such as the maximum number of entries to find or the maximum time to wait for search results).
search(LDAPUrl) - Static method in class com.novell.ldap.LDAPConnection
Synchronously performs the search specified by the LDAP URL, returning an enumerable LDAPSearchResults object.
search(LDAPUrl, LDAPSearchConstraints) - Static method in class com.novell.ldap.LDAPConnection
Synchronously perfoms the search specified by the LDAP URL, using the specified search constraints (such as the maximum number of entries to find or the maximum time to wait for search results).
search(String, int, String, String[], boolean, LDAPSearchConstraints) - Method in class com.novell.ldap.SPMLConnection
 
search(String, int, String, String[], boolean, LDAPSearchQueue, LDAPSearchConstraints) - Method in class com.novell.ldap.SPMLConnection
 
search(String, int, String, String[], boolean, LDAPSearchQueue) - Method in class com.novell.ldap.SPMLConnection
 
search(String, int, String, String[], boolean) - Method in class com.novell.ldap.SPMLConnection
 
searchReferalEvent(SearchReferralEvent) - Method in interface com.novell.ldap.events.PSearchEventListener
Called when the Search Referal is returned from the server.
searchResultEvent(SearchResultEvent) - Method in interface com.novell.ldap.events.PSearchEventListener
Called when the Search Result is returned from the server.
sendDoc(String) - Method in class com.novell.ldap.DsmlConnection
Allows for a pre-build DSMLv2 Document to be sent over the wire.
sendRequest(LDAPMessage, LDAPMessageQueue) - Method in class com.novell.ldap.DsmlConnection
 
sendRequest(LDAPMessage, LDAPMessageQueue) - Method in class com.novell.ldap.LDAPConnection
Sends an LDAP request to a directory server.
sendRequest(LDAPMessage, LDAPMessageQueue, LDAPConstraints) - Method in class com.novell.ldap.LDAPConnection
Sends an LDAP request to a directory server.
sendRequest(LDAPMessage, LDAPMessageQueue) - Method in class com.novell.ldap.SPMLConnection
 
set(int, ASN1Object) - Method in class com.novell.ldap.asn1.ASN1Structured
Replaces the ASN1Object in the specified index position of this ASN1Structured object.
setBatchSize(int) - Method in class com.novell.ldap.LDAPSearchConstraints
Specifies the number of results to return in a batch.
setCallback(HttpRequestCallback) - Method in class com.novell.ldap.DsmlConnection
 
setCallback(HttpRequestCallback) - Method in class com.novell.ldap.SPMLConnection
 
setChangeTypes(int) - Method in class com.novell.ldap.controls.LDAPPersistSearchControl
Sets the change types to be monitored.
setChangesOnly(boolean) - Method in class com.novell.ldap.controls.LDAPPersistSearchControl
When set to true, requests that only changes be returned, results from the initial search are not returned.
setChoiceValue(ASN1Object) - Method in class com.novell.ldap.asn1.ASN1Choice
Sets the CHOICE value stored in this ASN1Choice.
setConstraints(LDAPConstraints) - Method in class com.novell.ldap.LDAPConnection
Sets the constraints that apply to all operations performed through this connection (unless a different set of constraints is specified when calling an operation method).
setContext(String) - Method in class com.novell.ldap.controls.LDAPVirtualListControl
Sets the cookie used by some servers to optimize the processing of virtual list requests.
setControls(LDAPControl) - Method in class com.novell.ldap.LDAPConstraints
Sets a single control to be sent to the server.
setControls(LDAPControl[]) - Method in class com.novell.ldap.LDAPConstraints
Sets controls to be sent to the server.
setDereference(int) - Method in class com.novell.ldap.LDAPSearchConstraints
Sets a preference indicating whether or not aliases should be dereferenced, and if so, when.
setDeserializedValues(LDAPMessage, RfcControls) - Method in class com.novell.ldap.LDAPAddRequest
 
setDeserializedValues(BufferedInputStream) - Method in class com.novell.ldap.LDAPAttribute
 
setDeserializedValues(BufferedInputStream) - Method in class com.novell.ldap.LDAPAttributeSchema
 
setDeserializedValues(LDAPMessage, RfcControls) - Method in class com.novell.ldap.LDAPCompareRequest
 
setDeserializedValues(BufferedInputStream) - Method in class com.novell.ldap.LDAPDITContentRuleSchema
 
setDeserializedValues(BufferedInputStream) - Method in class com.novell.ldap.LDAPDITStructureRuleSchema
 
setDeserializedValues(LDAPMessage, RfcControls) - Method in class com.novell.ldap.LDAPDeleteRequest
 
setDeserializedValues(LDAPMessage, RfcControls) - Method in class com.novell.ldap.LDAPExtendedRequest
 
setDeserializedValues(LDAPMessage, RfcControls) - Method in class com.novell.ldap.LDAPExtendedResponse
 
setDeserializedValues(BufferedInputStream) - Method in class com.novell.ldap.LDAPMatchingRuleSchema
 
setDeserializedValues(BufferedInputStream) - Method in class com.novell.ldap.LDAPMatchingRuleUseSchema
 
setDeserializedValues(LDAPMessage, RfcControls) - Method in class com.novell.ldap.LDAPMessage
 
setDeserializedValues(LDAPMessage, RfcControls) - Method in class com.novell.ldap.LDAPModifyDNRequest
 
setDeserializedValues(LDAPMessage, RfcControls) - Method in class com.novell.ldap.LDAPModifyRequest
 
setDeserializedValues(BufferedInputStream) - Method in class com.novell.ldap.LDAPNameFormSchema
 
setDeserializedValues(BufferedInputStream) - Method in class com.novell.ldap.LDAPObjectClassSchema
 
setDeserializedValues(LDAPMessage, RfcControls) - Method in class com.novell.ldap.LDAPResponse
 
setDeserializedValues(LDAPMessage, RfcControls) - Method in class com.novell.ldap.LDAPSearchRequest
 
setDeserializedValues(LDAPMessage, RfcControls) - Method in class com.novell.ldap.LDAPSearchResult
 
setDeserializedValues(LDAPMessage, RfcControls) - Method in class com.novell.ldap.LDAPSearchResultReference
 
setDeserializedValues(BufferedInputStream) - Method in class com.novell.ldap.LDAPSyntaxSchema
 
setEventclassification(int) - Method in class com.novell.ldap.events.LDAPEvent
Set the classification of this Event.
setEventtype(int) - Method in class com.novell.ldap.events.LDAPEvent
Set the Type of this event.
setFailedReferral(String) - Method in class com.novell.ldap.LDAPReferralException
Sets a referral that could not be processed
setHopLimit(int) - Method in class com.novell.ldap.LDAPConstraints
Sets the maximum number of referrals to follow in sequence during automatic referral following.
setID(String) - Method in class com.novell.ldap.LDAPExtendedOperation
Resets the OID for the operation to a new value
setIdentifier(ASN1Identifier) - Method in class com.novell.ldap.asn1.ASN1Choice
Sets the identifier of the contained ASN1Object.
setIdentifier(ASN1Identifier) - Method in class com.novell.ldap.asn1.ASN1Object
Sets the identifier for this ASN1Object.
setIndent(int) - Method in class com.novell.ldap.util.DSMLWriter
Sets the number of spaces for indentation of XML tags.
setLDAPXMLHandler(LDAPXMLHandler) - Method in class com.novell.ldap.util.SAXEventMultiplexer
This method is used to set the default LDAPXMLHandler, which defines the root element for XML document being processed.
setListSize(int) - Method in class com.novell.ldap.controls.LDAPVirtualListControl
Sets the assumed size of the virtual search results list.
setLocale(Locale) - Method in class com.novell.ldap.LDAPCompareAttrNames
Sets the locale to be used for sorting.
setMaxResults(int) - Method in class com.novell.ldap.LDAPSearchConstraints
Sets the maximum number of search results to be returned from a search operation.
setObject(Object) - Method in class com.novell.ldap.util.LDAPXMLHandler
This method is used to set the Deserialized Object and it also calls the parent LDAPXMLHandler (if not null), returning the value using addValue()
setProperty(String, Object) - Method in class com.novell.ldap.LDAPConstraints
Sets a property of the constraints object.
setQualifier(String, String[]) - Method in class com.novell.ldap.LDAPSchemaElement
Sets the values of a specified optional or non-standard qualifier of the element.
setRange(int, int, int) - Method in class com.novell.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 com.novell.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 com.novell.ldap.LDAPConstraints
Specifies whether referrals are followed automatically or if referrals throw an LDAPReferralException.
setReferralHandler(LDAPReferralHandler) - Method in class com.novell.ldap.LDAPConstraints
Specifies the object that will process authentication requests during automatic referral following.
setResumeOnError(boolean) - Method in class com.novell.ldap.util.DSMLWriter
 
setReturnControls(boolean) - Method in class com.novell.ldap.controls.LDAPPersistSearchControl
When set to true, requests that entry change controls be returned with the search results.
setSaslClientFactory(SaslClientFactory) - Static method in class com.novell.security.sasl.Sasl
Sets the default SaslClientFactory to use.
setSelectionAttr(String) - Method in class com.novell.ldap.controls.LDAPEffectivePrivilegesSelection
This method set the selectionAttr property of this class to what is passed in argument
setSelectionClass(String) - Method in class com.novell.ldap.controls.LDAPEffectivePrivilegesSelection
This method set the selectionClass property of this class to what is passed in argument
setServerTimeLimit(int) - Method in class com.novell.ldap.LDAPSearchConstraints
Sets the maximum number of seconds that the server is to wait when returning search results.
setSleepTime(long) - Method in class com.novell.ldap.events.LDAPEventSource
This method is used to set the time(in milliseconds) to sleep between two calls to check the ldap messsage queue for response.
setSocketFactory(LDAPSocketFactory) - Static method in class com.novell.ldap.LDAPConnection
Establishes the default LDAPSocketFactory used when LDAPConnection objects are constructed unless an LDAPSocketFactory is specified in the LDAPConnection object constructor.
setSocketTimeOut(int) - Method in class com.novell.ldap.LDAPConnection
Sets the SocketTimeOut value.
setTag(String) - Method in class com.novell.ldap.LDAPMessage
Sets a string identifier tag for this message.
setTaggedValue(ASN1Object) - Method in class com.novell.ldap.asn1.ASN1Tagged
Sets the ASN1Object tagged value
setTimeLimit(int) - Method in class com.novell.ldap.LDAPConstraints
Sets the maximum number of milliseconds the client waits for any operation under these constraints to complete.
setUseSOAP(boolean) - Method in class com.novell.ldap.util.DSMLWriter
 
setUseSoap(boolean) - Method in class com.novell.ldap.DsmlConnection
 
setValue(String) - Method in class com.novell.ldap.LDAPAttribute
Replaces all values with the specified value.
setValue(byte[]) - Method in class com.novell.ldap.LDAPControl
Sets the control-specific data of the object.
setValue(byte[]) - Method in class com.novell.ldap.LDAPExtendedOperation
Sets the value for the operation-specific data.
setchildelement(LDAPXMLHandler) - Method in class com.novell.ldap.util.LDAPXMLHandler
Sets the Handler for the Child LDAPXMLHandler, it expects only one handler for each code base.
size() - Method in class com.novell.ldap.LDAPAttribute
Returns the number of values in the attribute.
size() - Method in class com.novell.ldap.LDAPAttributeSet
Returns the number of attributes in this set.
size() - Method in class com.novell.ldap.asn1.ASN1Structured
Returns the number of ASN1Obejcts that have been encoded into this ASN1Structured class.
startDocument() - Method in class com.novell.ldap.util.SAXEventMultiplexer
 
startElement(String, String, String, Attributes) - Method in class com.novell.ldap.util.SAXEventMultiplexer
 
startTLS() - Method in class com.novell.ldap.LDAPConnection
Starts Transport Layer Security (TLS) protocol on this connection to enable session privacy.
stopEventGeneration() - Method in class com.novell.ldap.events.LDAPEventSource.EventsGenerator
Stop the Persistence Search Events Generation by abandoning the Search Request.
stopTLS() - Method in class com.novell.ldap.LDAPConnection
Stops Transport Layer Security(TLS) on the LDAPConnection and reverts back to an anonymous state.
stopeventpolling(LDAPEventListener) - Method in class com.novell.ldap.events.LDAPEventSource
Stops and removes the polling Thread for this listener from receiving LDAP events fired by this class.
stringValue() - Method in class com.novell.ldap.asn1.ASN1OctetString
Returns the content of this ASN1OctetString as a String.

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