All LDAP Classes
Internal LDAP Classes
A B C D E F G H I K L M N O P Q R S T U V W X

S

s_encoder - Static variable in class com.novell.ldap.controls.LDAPPersistSearchControl
 
Sasl - Class in com.novell.security.sasl
A static class for creating SASL clients and servers.
Sasl() - Constructor for class com.novell.security.sasl.Sasl
 
SASL_BIND_IN_PROGRESS - Static variable in exception com.novell.ldap.LDAPException
Does not indicate an error condition, but indicates that the server is ready for the next step in the process.
SASL_BIND_IN_PROGRESS - Static variable in exception org.ietf.ldap.LDAPException
Does not indicate an error condition, but indicates that the server is ready for the next step in the process.
saslBind - Static variable in class com.novell.ldap.client.Debug
The string value used to enable debug tracing of Sasl Bind processing.
SaslClient - Interface in com.novell.security.sasl
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 in com.novell.security.sasl
An object implementing this interface can provide a SaslClient.
SaslEnumFactory - Class in com.novell.security.sasl
 
SaslEnumFactory(String, Map, String) - Constructor for class com.novell.security.sasl.SaslEnumFactory
 
SaslException - Exception in com.novell.security.sasl
This class represents Exception thrown on errors and failures that occur when using SASL.
SaslException() - Constructor for exception com.novell.security.sasl.SaslException
Constructs a new instance of SaslException.
SaslException(String) - Constructor for exception com.novell.security.sasl.SaslException
Constructs a default exception with a detailed message and no root exception.
SaslException(String, Throwable) - Constructor for exception com.novell.security.sasl.SaslException
Constructs a new instance of SaslException with a detailed message and a root exception.
saslFactory - Variable in class com.novell.security.sasl.SaslEnumFactory
 
SaslProvider - Class in com.novell.sasl.client
Implements a "provider" for the Java Security API.Constructs a provider with the specified name, version number, and information.
SaslProvider() - Constructor for class com.novell.sasl.client.SaslProvider
 
SAXEventMultiplexer - Class in com.novell.ldap.util
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 - Variable in class org.ietf.ldap.LDAPAttributeSchema
 
schema - Variable in class org.ietf.ldap.LDAPDITContentRuleSchema
 
schema - Variable in class org.ietf.ldap.LDAPDITStructureRuleSchema
 
schema - Variable in class org.ietf.ldap.LDAPMatchingRuleSchema
 
schema - Variable in class org.ietf.ldap.LDAPMatchingRuleUseSchema
 
schema - Variable in class org.ietf.ldap.LDAPNameFormSchema
 
schema - Variable in class org.ietf.ldap.LDAPObjectClassSchema
 
schema - Variable in class org.ietf.ldap.LDAPSchema
 
schema - Variable in class org.ietf.ldap.LDAPSyntaxSchema
 
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.
schemaElement - Variable in class org.ietf.ldap.LDAPSchemaElement
 
SchemaParser - Class in com.novell.ldap.client
 
SchemaParser(String) - Constructor for class com.novell.ldap.client.SchemaParser
 
SchemaSyncRequest - Class in com.novell.ldap.extensions
Synchronizes the schema.
SchemaSyncRequest(String, int) - Constructor for class com.novell.ldap.extensions.SchemaSyncRequest
Constructs an extended operation object for synchronizing the schema.
schemaTypeNames - Static variable in class com.novell.ldap.LDAPSchema
The following lists the LDAP names of subschema attributes for schema elements (definitions):
scope - Variable in class com.novell.ldap.LDAPUrl
 
scope - Variable in class com.novell.ldap.util.DSMLHandler
 
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_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 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_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 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_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.
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.
SCOPE_SUBORDINATESUBTREE - Static variable in class org.ietf.ldap.LDAPConnection
Used with search to specify that the scope of entrys to search is to search the subordinate subtree object and all entries within it.
sdk - Static variable in class com.novell.ldap.Connection
 
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
 
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.
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_REQUEST - Static variable in class com.novell.ldap.LDAPMessage
A search request operation.
SEARCH_REQUEST - Static variable in class com.novell.ldap.util.DSMLHandler
 
SEARCH_REQUEST - Static variable in class org.ietf.ldap.LDAPMessage
A search request operation.
SEARCH_RESPONSE - Static variable in class com.novell.ldap.LDAPMessage
A search response containing data.
SEARCH_RESPONSE - Static variable in class com.novell.ldap.util.DOMWriter
 
SEARCH_RESPONSE - Static variable in class com.novell.ldap.util.DSMLHandler
 
SEARCH_RESPONSE - Static variable in class org.ietf.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 - Static variable in class org.ietf.ldap.LDAPMessage
A search result message - contains search status.
SEARCH_RESULT_DONE - Static variable in class com.novell.ldap.util.DSMLHandler
 
SEARCH_RESULT_ENTRY - Static variable in class com.novell.ldap.util.DSMLHandler
 
SEARCH_RESULT_REFERENCE - Static variable in class com.novell.ldap.LDAPMessage
A search result reference operation.
SEARCH_RESULT_REFERENCE - Static variable in class com.novell.ldap.util.DSMLHandler
 
SEARCH_RESULT_REFERENCE - Static variable in class org.ietf.ldap.LDAPMessage
A search result reference operation.
SEARCH_RESULT_REFERENCE_REF - Static variable in class com.novell.ldap.util.DSMLHandler
 
SEARCH_TAG - Static variable in class com.novell.ldap.util.DSMLWriter
 
searchCons - Variable in class com.novell.ldap.util.DSMLHandler
 
searchNode - Variable in class com.novell.ldap.util.DOMWriter
 
searchResponseid - Variable in class com.novell.ldap.util.DSMLHandler
 
secure - Variable in class com.novell.ldap.LDAPUrl
 
security - Static variable in class com.novell.ldap.Connection
 
selectionAttr - Variable in class com.novell.ldap.controls.LDAPEffectivePrivilegesSelection
 
selectionClass - Variable in class com.novell.ldap.controls.LDAPEffectivePrivilegesSelection
 
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.
SendAllUpdatesRequest - Class in com.novell.ldap.extensions
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.
sendDoc(String) - Method in class com.novell.ldap.DsmlConnection
Allows for a pre-build DSMLv2 Document to be sent over the wire.
sendMessage(LDAPMessage) - Method in class com.novell.ldap.DsmlConnection
Short hand for executing a modification operation (add/modify/delete/rename)
sendMessage(LDAPMessage, boolean) - Method in class com.novell.ldap.DsmlConnection
Used to send requests to the server and retrieve responses
sendMessage() - Method in class com.novell.ldap.Message
This method write the message on the wire.
sendMessage(Connection, LDAPMessage, int, LDAPMessageQueue, BindProperties) - Method in class com.novell.ldap.MessageAgent
Send a request to the server.
sendMessage(LDAPMessage) - Method in class com.novell.ldap.SPMLConnection
Short hand for executing a modification operation (add/modify/delete/rename)
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
 
sendRequestToServer(LDAPMessage, int, LDAPResponseQueue, BindProperties) - Method in class com.novell.ldap.LDAPConnection
Locates the appropriate message agent and sends the LDAP request to a directory server.
SEQUENCE_SIZE - Static variable in class com.novell.ldap.controls.LDAPPersistSearchControl
 
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_CONNECT_ERROR - Static variable in class com.novell.ldap.resources.ExceptionMessages
 
SERVER_DOWN - Static variable in exception com.novell.ldap.LDAPException
Indicates that the LDAP libraries cannot establish an initial connection with the LDAP server.
SERVER_DOWN - Static variable in exception org.ietf.ldap.LDAPException
Indicates that the LDAP libraries cannot establish an initial connection with the LDAP server.
SERVER_MSG - Static variable in class com.novell.ldap.resources.ExceptionMessages
 
SERVER_SHUTDOWN_OID - Static variable in class com.novell.ldap.LDAPConnection
A string that corresponds to the server shutdown notification OID.
SERVER_SHUTDOWN_REQ - Static variable in class com.novell.ldap.resources.ExceptionMessages
 
serverMessage - Variable in exception com.novell.ldap.LDAPException
 
serverString - Variable in class com.novell.ldap.DsmlConnection
The URL of the server
serverString - Variable in class com.novell.ldap.SPMLConnection
The URL of the server
serverTimeLimit - Variable in class com.novell.ldap.LDAPSearchConstraints
 
set(int, ASN1Object) - Method in class com.novell.ldap.asn1.ASN1Structured
Replaces the ASN1Object in the specified index position of this ASN1Structured object.
set(int, RfcControl) - Method in class com.novell.ldap.rfc2251.RfcControls
Override set() of ASN1SequenceOf to only accept a Control type.
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.
setActiveReferral(ReferralInfo) - Method in class com.novell.ldap.Connection
Sets the current referral active on this connection if created to follow referrals.
setAgent(MessageAgent) - Method in class com.novell.ldap.Message
sets the agent for this message
setAttrs(NamedNodeMap) - Method in class com.novell.ldap.util.DOMReader.DomAttributesWrapper
 
setAuthenticationChoice(RfcAuthenticationChoice) - Method in class com.novell.ldap.rfc2251.RfcBindRequest
 
setBatchSize(int) - Method in class com.novell.ldap.LDAPSearchConstraints
Specifies the number of results to return in a batch.
setBatchSize(int) - Method in class org.ietf.ldap.LDAPSearchConstraints
Specifies how results are returned during a search operation.
setBindProperties(BindProperties) - Method in class com.novell.ldap.Connection
Sets the authentication credentials in the object and set flag indicating successful bind.
setBindSemId(int) - Method in class com.novell.ldap.Connection
sets the writeSemaphore id used for active bind operation
setCallback(HttpRequestCallback) - Method in class com.novell.ldap.DsmlConnection
 
setCallback(HttpRequestCallback) - Method in class com.novell.ldap.SPMLConnection
 
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.
setChangeTypes(int) - Method in class com.novell.ldap.controls.LDAPPersistSearchControl
Sets the change types to be monitored.
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.
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).
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 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.
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.
setControlValue(ASN1OctetString) - Method in class com.novell.ldap.rfc2251.RfcControl
Called to set/replace the ControlValue.
setDereference(int) - Method in class com.novell.ldap.LDAPSearchConstraints
Sets a preference indicating whether or not aliases should be dereferenced, and if so, when.
setDereference(int) - Method in class org.ietf.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(LDAPMessage, RfcControls) - Method in class com.novell.ldap.LDAPDeleteRequest
 
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.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
 
setDN(String) - Method in class com.novell.ldap.LDAPUrl
Sets the base distinguished name encapsulated in the URL.
setDocumentLocator(Locator) - Method in class com.novell.ldap.util.DSMLHandler
Receive a Locator object for document events.
setDumpBuffer(boolean) - Static method in class com.novell.ldap.client.Debug
Turns on or off debug dumpBuffer
setDumpObject(boolean) - Static method in class com.novell.ldap.client.Debug
Turns on or off debug dumpObject
setDumpObjectConstructors(boolean) - Static method in class com.novell.ldap.client.Debug
Turns on or off debug dumpObjectConstructors
setDumpObjectFields(boolean) - Static method in class com.novell.ldap.client.Debug
Turns on or off debug dumpObjectFields
setDumpObjectHierarchy(boolean) - Static method in class com.novell.ldap.client.Debug
Turns on or off debug dumpObjectHierarchy
setDumpObjectMethods(boolean) - Static method in class com.novell.ldap.client.Debug
Turns on or off debug dumpObjectMethods
setFailedReferral(String) - Method in exception com.novell.ldap.LDAPReferralException
Sets a referral that could not be processed
setFailedReferral(String) - Method in exception org.ietf.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.
setHopLimit(int) - Method in class org.ietf.ldap.LDAPConstraints
Sets the maximum number of hops 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.
setLocale(Locale) - Method in class org.ietf.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.
setMaxResults(int) - Method in class org.ietf.ldap.LDAPSearchConstraints
Sets the maximum number of search results to be returned; 0 means no limit.
setName(RfcLDAPDN) - Method in class com.novell.ldap.rfc2251.RfcBindRequest
 
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()
setProperties(Hashtable) - Method in class com.novell.ldap.LDAPConstraints
Sets all the properties of the constraints object.
setProperty(String, Object) - Method in class com.novell.ldap.LDAPConstraints
Sets a property of the constraints object.
setProperty(String, Object) - Method in class org.ietf.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.
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 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.
setRawString(String) - Method in class com.novell.ldap.client.SchemaParser
 
setReferralFollowing(boolean) - Method in class com.novell.ldap.LDAPConstraints
Specifies whether referrals are followed automatically or if referrals throw an LDAPReferralException.
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 com.novell.ldap.LDAPConstraints
Specifies the object that will process authentication requests during automatic referral following.
setReferralHandler(LDAPReferralHandler) - Method in class org.ietf.ldap.LDAPConstraints
Specifies the object that will process authentication requests.
setReferrals(String[]) - Method in exception com.novell.ldap.LDAPReferralException
Sets the list of referrals
SetReplicationFilterRequest - Class in com.novell.ldap.extensions
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.
setRequest(boolean) - Method in class com.novell.ldap.util.LDIFReader
Sets the request type of the file being read, true if request data or false if content data.
setRequestingMessage(LDAPMessage) - Method in class com.novell.ldap.rfc2251.RfcLDAPMessage
sets the original request in this message
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.
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 com.novell.ldap.Connection
sets the default socket factory
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.
setSocketFactory(LDAPSocketFactory) - Static method in class org.ietf.ldap.LDAPConnection
Establishes the default LDAPSocketFactory used when LDAPConnection objects are constructed.
setSocketTimeOut(int) - Method in class com.novell.ldap.Connection
Sets the SocketTimeOut value.
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.
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.
setTrace(String, boolean) - Static method in class com.novell.ldap.client.Debug
Turns on or off debug printing
setTraceStream(PrintStream) - Static method in class com.novell.ldap.client.Debug
Sets the output PrintStream used for debug output
setUseSoap(boolean) - Method in class com.novell.ldap.DsmlConnection
 
setUseSOAP(boolean) - Method in class com.novell.ldap.util.DSMLWriter
 
setValue() - Method in class com.novell.ldap.controls.LDAPPersistSearchControl
Sets the encoded value of the LDAPControlClass
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.
setValue(byte[]) - Method in class org.ietf.ldap.LDAPControl
Sets the control-specific data of the object.
setValue(byte[]) - Method in class org.ietf.ldap.LDAPExtendedOperation
Sets the value for the operation-specific data.
setVersion(ASN1Integer) - Method in class com.novell.ldap.rfc2251.RfcBindRequest
Sets the protocol version
setVersion(int) - Method in class com.novell.ldap.util.LDIFReader
Gets the version of the LDIF data associated with the input stream
SHORT_ESCAPE - Static variable in class com.novell.ldap.resources.ExceptionMessages
 
shutdown(String, int, InterThreadException) - Method in class com.novell.ldap.Connection
Cleans up resources associated with this connection.
single - Variable in class com.novell.ldap.client.SchemaParser
 
single - Variable in class com.novell.ldap.LDAPAttributeSchema
 
size() - Method in class com.novell.ldap.asn1.ASN1Structured
Returns the number of ASN1Obejcts that have been encoded into this ASN1Structured class.
size() - Method in class com.novell.ldap.client.RespExtensionSet
Returns the number of extensions in this set.
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 org.ietf.ldap.LDAPAttribute
Returns the number of values in the attribute.
size() - Method in class org.ietf.ldap.LDAPAttributeSet
Returns the number of attributes in this set.
SIZE_LIMIT_EXCEEDED - Static variable in exception com.novell.ldap.LDAPException
Indicates that in a search operation, the size limit specified by the client or the server has been exceeded.
SIZE_LIMIT_EXCEEDED - Static variable in exception org.ietf.ldap.LDAPException
Indicates that in a search operation, the size limit specified by the client or the server has been exceeded.
skippedEntity(String) - Method in class com.novell.ldap.util.DSMLHandler
Receive notification of a skipped entity.
sleepersAwake() - Method in class com.novell.ldap.Message
Notifies all waiting threads
sleepersAwake(boolean) - Method in class com.novell.ldap.MessageAgent
Wakes up any threads waiting for messages in the message agent
socket - Variable in class com.novell.ldap.Connection
 
socketFactory - Static variable in class com.novell.ldap.Connection
 
sortAscending - Variable in class com.novell.ldap.LDAPCompareAttrNames
 
sortByNames - Variable in class com.novell.ldap.LDAPCompareAttrNames
 
SplitOrphanPartitionRequest - Class in com.novell.ldap.extensions
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 in com.novell.ldap.extensions
Creates a new partition.
SplitPartitionRequest(String, int) - Constructor for class com.novell.ldap.extensions.SplitPartitionRequest
Constructs an extended operation object for splitting partition.
SPMLConnection - Class in com.novell.ldap
 
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 in com.novell.ldap
 
SPMLSearchResults(List) - Constructor for class com.novell.ldap.SPMLSearchResults
 
SPMLSearchResults() - Constructor for class com.novell.ldap.SPMLSearchResults
 
srefs - Variable in class com.novell.ldap.LDAPSearchResultReference
 
ssf - Variable in class com.novell.ldap.LDAPJSSEStartTLSFactory.HandShakeFinished
 
START - Static variable in class com.novell.ldap.util.DSMLHandler
 
START - Static variable in class com.novell.ldap.util.LDAPXMLHandler
 
START_TLS_OID - Static variable in class com.novell.ldap.LDAPConnection
The OID string that identifies a StartTLS request and response.
startDocument() - Method in class com.novell.ldap.util.DSMLHandler
Receive notification of the beginning of the document.
startDocument() - Method in class com.novell.ldap.util.SAXEventMultiplexer
 
startElement(String, String, String, Attributes) - Method in class com.novell.ldap.util.DSMLHandler
 
startElement() - Method in class com.novell.ldap.util.LDAPXMLHandler
This method is called when a new element controlled by this handler is found.
startElement(String, String, String, Attributes) - Method in class com.novell.ldap.util.SAXEventMultiplexer
 
startNestedFilter(int) - Method in class com.novell.ldap.rfc2251.RfcFilter
Creates and adds the ASN1Tagged value for a nestedFilter: AND, OR, or NOT.
startPrefixMapping(String, String) - Method in class com.novell.ldap.util.DSMLHandler
Receive notification of the start of a Namespace mapping.
startReader() - Method in class com.novell.ldap.Connection
startReader startReader should be called when socket and io streams have been set or changed.
startSubstrings(String) - Method in class com.novell.ldap.rfc2251.RfcFilter
Creates and addes a substrings filter component.
startTLS() - Method in class com.novell.ldap.Connection
StartsTLS, in this package, assumes the caller has: 1) Acquired the writeSemaphore 2) Stopped the reader thread 3) checked that no messages are outstanding on this connection.
startTLS() - Method in class com.novell.ldap.LDAPConnection
Starts Transport Layer Security (TLS) protocol on this connection to enable session privacy.
startTLS() - Method in class org.ietf.ldap.LDAPConnection
Starts Transport Layer Security (TLS) protocol on this connection to enable session privacy.
state - Variable in class com.novell.ldap.util.DOMWriter
 
state - Variable in class com.novell.ldap.util.DSMLHandler
state contains the internal parsing state
state - Variable in class com.novell.ldap.util.DSMLWriter
 
state - Variable in class com.novell.ldap.util.LDAPXMLHandler
 
STATE_DIGEST_RESPONSE_SENT - Static variable in class com.novell.sasl.client.DigestMD5SaslClient
 
STATE_DISPOSED - Static variable in class com.novell.sasl.client.DigestMD5SaslClient
 
STATE_DISPOSED - Static variable in class com.novell.sasl.client.ExternalSaslClient
 
STATE_DONE - Static variable in class com.novell.sasl.client.TokenParser
 
STATE_INITIAL - Static variable in class com.novell.sasl.client.DigestMD5SaslClient
 
STATE_INITIAL - Static variable in class com.novell.sasl.client.ExternalSaslClient
 
STATE_INVALID_SERVER_RESPONSE - Static variable in class com.novell.sasl.client.DigestMD5SaslClient
 
STATE_INVALID_SERVER_RESPONSE - Static variable in class com.novell.sasl.client.ExternalSaslClient
 
STATE_LOOKING_FOR_COMMA - Static variable in class com.novell.sasl.client.DirectiveList
 
STATE_LOOKING_FOR_COMMA - Static variable in class com.novell.sasl.client.TokenParser
 
STATE_LOOKING_FOR_DIRECTIVE - Static variable in class com.novell.sasl.client.DirectiveList
 
STATE_LOOKING_FOR_EQUALS - Static variable in class com.novell.sasl.client.DirectiveList
 
STATE_LOOKING_FOR_FIRST_DIRECTIVE - Static variable in class com.novell.sasl.client.DirectiveList
 
STATE_LOOKING_FOR_FIRST_TOKEN - Static variable in class com.novell.sasl.client.TokenParser
 
STATE_LOOKING_FOR_TOKEN - Static variable in class com.novell.sasl.client.TokenParser
 
STATE_LOOKING_FOR_VALUE - Static variable in class com.novell.sasl.client.DirectiveList
 
STATE_NO_UTF8_SUPPORT - Static variable in class com.novell.sasl.client.DirectiveList
 
STATE_PARSING_ERROR - Static variable in class com.novell.sasl.client.TokenParser
 
STATE_SCANNING_NAME - Static variable in class com.novell.sasl.client.DirectiveList
 
STATE_SCANNING_QUOTED_STRING_VALUE - Static variable in class com.novell.sasl.client.DirectiveList
 
STATE_SCANNING_TOKEN - Static variable in class com.novell.sasl.client.TokenParser
 
STATE_SCANNING_TOKEN_VALUE - Static variable in class com.novell.sasl.client.DirectiveList
 
STATE_VALID_SERVER_RESPONSE - Static variable in class com.novell.sasl.client.DigestMD5SaslClient
 
STATE_VALID_SERVER_RESPONSE - Static variable in class com.novell.sasl.client.ExternalSaslClient
 
stateInfo - Variable in class com.novell.ldap.extensions.LDAPBackupResponse
 
STOP_READING - Static variable in class com.novell.ldap.Connection
 
stopReaderMessageID - Variable in class com.novell.ldap.Connection
 
stopReaderOnReply(int) - Method in class com.novell.ldap.Connection
The reader thread will stop when a reply is read with an ID equal to the messageID passed in to this method.
stopTimer() - Method in class com.novell.ldap.Message
stops the timeout timer from running
stopTLS() - Method in class com.novell.ldap.Connection
 
stopTLS() - Method in class com.novell.ldap.LDAPConnection
Stops Transport Layer Security(TLS) on the LDAPConnection and reverts back to an anonymous state.
stopTLS() - Method in class org.ietf.ldap.LDAPConnection
Stops Transport Layer Security (TLS) protocol on this connection.
STOPTLS_ERROR - Static variable in class com.novell.ldap.resources.ExceptionMessages
 
STRENGTH - Static variable in class com.novell.security.sasl.Sasl
The name of a property that specifies the cipher strength to use.
stringFilter(Iterator, StringBuffer) - Static method in class com.novell.ldap.rfc2251.RfcFilter
Uses a filterIterator to create a string representation of a filter.
stringFilter(Iterator, FilterTerm) - Method in class com.novell.ldap.SPMLConnection
 
stringTag - Variable in class com.novell.ldap.LDAPMessage
 
stringValue() - Method in class com.novell.ldap.asn1.ASN1OctetString
Returns the content of this ASN1OctetString as a String.
stringValue() - Method in class com.novell.ldap.rfc2251.RfcLDAPSuperDN
Returns the content of this RfcLDAPSuperDN as a String.
STRONG_AUTH_REQUIRED - Static variable in exception com.novell.ldap.LDAPException
Indicates a problem with the level of authentication.
STRONG_AUTH_REQUIRED - Static variable in exception org.ietf.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.
STRUCTURAL - Static variable in class org.ietf.ldap.LDAPObjectClassSchema
This class definition defines a structural schema class.
substring - Variable in class com.novell.ldap.client.SchemaParser
 
substring - Variable in class com.novell.ldap.LDAPAttributeSchema
 
SUBSTRINGS - Static variable in class com.novell.ldap.LDAPSearchRequest
Search Filter Identifier for a SUBSTRINGS component.
SUBSTRINGS - Static variable in class com.novell.ldap.rfc2251.RfcFilter
Identifier for SUBSTRINGS component.
SUBSTRINGS - Static variable in class com.novell.ldap.util.DSMLHandler
 
subTypes - Variable in class com.novell.ldap.LDAPAttribute
 
SUCCESS - Static variable in exception com.novell.ldap.LDAPException
Indicates the requested client operation completed successfully.
SUCCESS - Static variable in exception org.ietf.ldap.LDAPException
Indicates the requested client operation completed successfully.
superior - Variable in class com.novell.ldap.client.SchemaParser
 
superior - Variable in class com.novell.ldap.LDAPAttributeSchema
 
superiorIDs - Variable in class com.novell.ldap.LDAPDITStructureRuleSchema
 
superiors - Variable in class com.novell.ldap.client.SchemaParser
 
superiors - Variable in class com.novell.ldap.LDAPObjectClassSchema
 
syntax - Variable in class com.novell.ldap.client.SchemaParser
 
SYNTAX - Static variable in class com.novell.ldap.LDAPSchema
An index into the the arrays schemaTypeNames, idTable, and nameTable
syntaxString - Variable in class com.novell.ldap.LDAPAttributeSchema
 
syntaxString - Variable in class com.novell.ldap.LDAPMatchingRuleSchema
 

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