A B C D E G H I L M O R S T V 
All Classes All Packages

A

ADD - com.opencloud.slee.resources.ldap.objects.LDAPModificationType
Add values listed to the modification attribute, creating the attribute if necessary.
addAttribute(LDAPAttribute) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPAddRequest
Adds the specified attribute to this add request.
addAttribute(String, byte[]...) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPAddRequest
Adds the attribute with given name and set of values to this add request.
addAttribute(String, String...) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPAddRequest
Adds the attribute with given name and set of values to this add request.
addModification(LDAPModification) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPModifyRequest
Adds the specified modification to this modify request.
attributesIterator() - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPAddRequest
Returns an iterator over the set of attributes from this add request.
attributesIterator() - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPEntry
Returns an iterator over the set of attributes in the entry.
attributesIterator(String, Set<String>) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPEntry
Returns an iterator over the set of attributes with the given base name and all of the specified options.

B

BASE - com.opencloud.slee.resources.ldap.objects.LDAPSearchScope
Search only the base DN.

C

clone() - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPAddRequest
Creates and returns a copy of this add request that may be modified without impacting this request.
clone() - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPBindRequest
Creates and returns a copy of this bind request that may be modified without impacting this request.
clone() - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPCompareRequest
Creates and returns a copy of this compare request that may be modified without impacting this request.
clone() - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPDeleteRequest
Creates and returns a copy of this delete request that may be modified without impacting this request.
clone() - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPModifyDNRequest
Creates and returns a copy of this modify DN request that may be modified without impacting this request.
clone() - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPModifyRequest
Creates and returns a copy of this modify request that may be modified without impacting this request.
clone() - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPRequest
Creates and returns a copy of this request that may be modified without impacting this request.
clone() - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPSearchRequest
Creates and returns a copy of this search request that may be modified without impacting this request.
com.opencloud.slee.resources.ldap - package com.opencloud.slee.resources.ldap
 
com.opencloud.slee.resources.ldap.objects - package com.opencloud.slee.resources.ldap.objects
 
createAddRequest(String, LDAPAttribute...) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPMessageFactory
Creates a new add request, which can be used to perform an LDAP add operation to create a new entry in the directory.
createAttribute(String, byte[]...) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPMessageFactory
Creates a new attribute, which can be used to create an LDAP add request.
createAttribute(String, String...) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPMessageFactory
Creates a new attribute, which can be used to create an LDAP add request.
createBindRequest(String, String) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPMessageFactory
Creates a new bind request, which can be used to perform an LDAP simple bind operation, which authenticates using a bind DN and password.
createCompareRequest(String, String, byte[]) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPMessageFactory
Creates a new compare request, which can be used to perform an LDAP compare operation to determine whether a specified entry contains a given attribute value.
createCompareRequest(String, String, String) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPMessageFactory
Creates a new compare request, which can be used to perform an LDAP compare operation to determine whether a specified entry contains a given attribute value.
createDeleteRequest(String) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPMessageFactory
Creates a new delete request, which can be used to perform an LDAP delete operation to remove an entry from the directory.
createModification(LDAPModificationType, String) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPMessageFactory
Creates a new modification, which can be used to create an LDAP modify request.
createModification(LDAPModificationType, String, byte[]...) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPMessageFactory
Creates a new modification, which can be used to create an LDAP modify request.
createModification(LDAPModificationType, String, String...) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPMessageFactory
Creates a new modification, which can be used to create an LDAP modify request.
createModifyDNRequest(String, String, boolean) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPMessageFactory
Creates a new modify DN request, which can be used to perform an LDAP modify DN operation to rename and/or move an entry or subtree in the directory.
createModifyDNRequest(String, String, boolean, String) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPMessageFactory
Creates a new modify DN request, which can be used to perform an LDAP modify DN operation to rename and/or move an entry or subtree in the directory.
createModifyRequest(String, LDAPModification...) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPMessageFactory
Creates a new modify request, which can be used to perform an LDAP modify operation to update an entry in the directory.
createSearchRequest(String, LDAPSearchScope, String, String...) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPMessageFactory
Creates a new search request, which can be used to perform an LDAP search operation to retrieve entries that match a given set of criteria.

D

DELETE - com.opencloud.slee.resources.ldap.objects.LDAPModificationType
Delete values listed from the modification attribute.

E

entriesIterator() - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPSearchResult
Returns an iterator over the set of the matching entries for the search operation.
equals(Object) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPAttribute
Reports whether the provided object is equal to this attribute.
equals(Object) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPModification
Reports whether the provided object is equal to this modification.

G

getActivityContextInterface(LDAPRequestActivity) - Method in interface com.opencloud.slee.resources.ldap.LDAPActivityContextInterfaceFactory
Gets an ACI for the LDAP request activity.
getAttribute(String) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPAddRequest
Returns the specified attribute from this add request.
getAttribute(String) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPEntry
In an entry, returns the single attribute that exactly matches the specified attribute name.
getAttributeName() - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPCompareRequest
Returns the name of the attribute for this compare request.
getAttributeName() - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPModification
Returns the the name of the attribute to target with this modification.
getAttributes() - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPSearchRequest
Returns the set of requested attributes to include in matching entries.
getBase() - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPSearchRequest
Returns the base distinguished name for this search request.
getBaseName() - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPAttribute
Extracts the base name from the attribute name of this attribute.
getBindDN() - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPBindRequest
Returns the distinguished name for this bind request.
getByteAssertionValue() - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPCompareRequest
Returns the assertion value for this compare request in byte[] format.
getByteValue() - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPAttribute
Returns the value of this attribute in byte[] format.
getByteValueArray() - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPAttribute
Returns the values of the attribute in an array of byte[] format.
getByteValueArray() - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPModification
Returns the values for this modification in an array of byte[] format.
getCount() - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPSearchResult
Returns the number of matching entries for the search operation.
getDN() - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPAddRequest
Returns the distinguished name for this add request.
getDN() - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPCompareRequest
Returns the distinguished name for this compare request.
getDN() - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPDeleteRequest
Returns the distinguished name for this delete request.
getDN() - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPEntry
Returns the distinguished name of the current entry.
getDN() - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPModifyDNRequest
Returns the entry distinguished name for this modify DN request.
getDN() - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPModifyRequest
Returns the distinguished name for this modify request.
getEntry() - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPSearchResult
Returns the single matching entry returned for the search operation.
getEntry(String) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPSearchResult
Returns the matching entry with the specified DN from the set of entries for the search operation.
getErrorMessage() - Method in interface com.opencloud.slee.resources.ldap.LDAPResultEvent
Return the error message if the LDAP operation failed.
getFilter() - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPSearchRequest
Returns the filter for this search request.
getFirstEntry() - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPSearchResult
Returns the first entry from the set of entries for the search operation.
getMatchedDN() - Method in interface com.opencloud.slee.resources.ldap.LDAPResultEvent
Return the matched DN if the LDAP operation failed (if applicable or null if not applicable).
getMatchedDN() - Method in exception com.opencloud.slee.resources.ldap.objects.LDAPException
Returns the matched DN from this LDAPException.
getMessageFactory() - Method in interface com.opencloud.slee.resources.ldap.LDAPProvider
Returns an LDAP message factory implementation to be used to create LDAP objects.
getModificationType() - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPModification
Returns the modification type for this modification.
getName() - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPAttribute
Returns the name of the attribute which may include zero or more attribute options.
getNewRDN() - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPModifyDNRequest
Returns the new relative distinguished name for this modify DN request.
getNewSuperiorDN() - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPModifyDNRequest
Returns the new superior distinguished name for this modify DN request.
getOptions() - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPAttribute
Returns the set of options for this attribute.
getOptions(String) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPAttribute
Extracts the attribute options from the specified attribute name.
getPassword() - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPBindRequest
Returns the password for this bind request.
getQueryTimeout() - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPRequest
Returns the maximum time, in milliseconds, to wait for a response from the server when processing this request.
getRequest() - Method in interface com.opencloud.slee.resources.ldap.LDAPRequestActivity
Gets the LDAPRequest that created this activity.
getResult() - Method in interface com.opencloud.slee.resources.ldap.LDAPRequestActivity
Returns the LDAPResultEvent object from this activity.
getResult() - Method in interface com.opencloud.slee.resources.ldap.LDAPSearchResultEvent
Returns the LDAPSearchResult object from this search result event.
getResultCode() - Method in interface com.opencloud.slee.resources.ldap.LDAPResultEvent
Returns the result code of the LDAP operation.
getResultCode() - Method in exception com.opencloud.slee.resources.ldap.objects.LDAPConnectionException
Returns the result code from this LDAPConnectionException.
getResultCode() - Method in exception com.opencloud.slee.resources.ldap.objects.LDAPException
Returns the result code from this LDAPException.
getScope() - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPSearchRequest
Returns the scope for this search request.
getSizeLimit() - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPSearchRequest
Returns the maximum number of entries that should be returned by the server when processing this search request.
getStringAssertionValue() - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPCompareRequest
Returns the string assertion value for this compare request.
getStringValue() - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPAttribute
Returns the string value of this attribute.
getStringValueArray() - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPAttribute
Returns the values of the attribute in an array of String objects.
getStringValueArray() - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPModification
Returns the values for this modification in an array of String objects.
getTimeLimit() - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPSearchRequest
Returns the maximum time, in seconds, that the server should spend processing this search request.

H

hasAttribute(LDAPAttribute) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPAddRequest
Reports whether this add request contains the specified attribute.
hasAttribute(String) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPAddRequest
Reports whether this add request contains the specified attribute.
hasAttribute(String) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPEntry
Reports whether this entry contains the specified attribute.
hasAttributeValue(String, byte[]) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPAddRequest
Reports whether this add request contains an attribute with the given name and value.
hasAttributeValue(String, byte[]) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPEntry
Reports whether this entry contains an attribute with the given name and value.
hasAttributeValue(String, String) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPAddRequest
Reports whether this add request contains an attribute with the given name and value.
hasAttributeValue(String, String) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPEntry
Reports whether this entry contains an attribute with the given name and value.
hasErrorInfo() - Method in interface com.opencloud.slee.resources.ldap.LDAPResultEvent
Reports whether there has been an error during the LDAP operation.
hashCode() - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPAttribute
Returns a hash code for this attribute.
hashCode() - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPModification
Returns a hash code for this modification.
hasOption(String) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPAttribute
Reports whether this attribute contains the specified attribute option.
hasOptions() - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPAttribute
Reports whether this attribute has any attribute options.
hasOptions(String[]) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPAttribute
Reports whether this attribute contains all of the specified attribute options.
hasResultCode() - Method in exception com.opencloud.slee.resources.ldap.objects.LDAPConnectionException
Reports whether the result code value was set for this LDAPConnectionException.
hasResultCode() - Method in exception com.opencloud.slee.resources.ldap.objects.LDAPException
Reports whether the result code value was set for this LDAPException.
hasValue() - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPAttribute
Reports whether this attribute contains at least one value.
hasValue() - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPModification
Reports whether this modification has at least one value.
hasValue(byte[]) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPAttribute
Reports whether this attribute contains the specified value.
hasValue(String) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPAttribute
Reports whether this attribute contains the specified value.

I

INCREMENT - com.opencloud.slee.resources.ldap.objects.LDAPModificationType
Increment the value of the specified attribute.
intValue() - Method in enum com.opencloud.slee.resources.ldap.objects.LDAPModificationType
Returns the integer value for this modification type.
intValue() - Method in enum com.opencloud.slee.resources.ldap.objects.LDAPSearchScope
Returns the integer value for this search scope.
isDeleteOldRDN() - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPModifyDNRequest
Returns whether the old relative distinguished name value should be removed from the entry.
isMatched() - Method in interface com.opencloud.slee.resources.ldap.LDAPCompareResultEvent
Reports whether the compare operation matched the target entry.
isSuccess() - Method in interface com.opencloud.slee.resources.ldap.LDAPResultEvent
Reports whether the LDAP operation was successful.
isTypesOnly() - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPSearchRequest
Returns whether the server should return only attribute names in matching entries, rather than both names and values.

L

LDAPActivityContextInterfaceFactory - Interface in com.opencloud.slee.resources.ldap
Represents an interface for factory (implemented by the SLEE) to provide ActivityContextInterface instances for LDAP activities.
LDAPAddRequest - Interface in com.opencloud.slee.resources.ldap.objects
Represents an LDAP add request, which can be used to perform an LDAPv3 add operation to create a new entry in the directory.
LDAPAttribute - Interface in com.opencloud.slee.resources.ldap.objects
Represents a data structure for holding information about an LDAP attribute, which includes an attribute name (which may include a set of attribute options) and zero or more values.
LDAPBindRequest - Interface in com.opencloud.slee.resources.ldap.objects
Represents an LDAP bind request, which can be used to perform an LDAPv3 simple bind operation to authenticate using a bind DN and password.
LDAPCompareRequest - Interface in com.opencloud.slee.resources.ldap.objects
Represents an LDAP compare request, which can be used to perform an LDAPv3 compare operation to determine whether a specified entry contains a given attribute value.
LDAPCompareResultEvent - Interface in com.opencloud.slee.resources.ldap
Represents the result for an LDAP compare operation.
LDAPConnectionException - Exception in com.opencloud.slee.resources.ldap.objects
Represents an exception that can be thrown when the LDAP client cannot connect with the LDAP server.
LDAPConnectionException(int, String, Throwable) - Constructor for exception com.opencloud.slee.resources.ldap.objects.LDAPConnectionException
Constructs a new LDAPConnectionException with the specified result code, error message and cause.
LDAPConnectionException(String) - Constructor for exception com.opencloud.slee.resources.ldap.objects.LDAPConnectionException
Constructs a new LDAPConnectionException with the specified error message.
LDAPConnectionException(String, Throwable) - Constructor for exception com.opencloud.slee.resources.ldap.objects.LDAPConnectionException
Constructs a new LDAPConnectionException with the specified error message and cause.
LDAPDeleteRequest - Interface in com.opencloud.slee.resources.ldap.objects
Represents an LDAP delete request, which can be used to perform an LDAPv3 delete operation to remove an entry from the directory.
LDAPEntry - Interface in com.opencloud.slee.resources.ldap.objects
Represents a data structure for holding information about an LDAP entry.
LDAPException - Exception in com.opencloud.slee.resources.ldap.objects
Represents an exception that can be thrown when general errors occur, or if a problem occurs while performing an LDAP operation.
LDAPException(int, String) - Constructor for exception com.opencloud.slee.resources.ldap.objects.LDAPException
Constructs a new LDAPException with the specified result code and error message.
LDAPException(int, String, String, Throwable) - Constructor for exception com.opencloud.slee.resources.ldap.objects.LDAPException
Constructs a new LDAPException with the specified result code, error message, matched DN and cause.
LDAPException(int, String, Throwable) - Constructor for exception com.opencloud.slee.resources.ldap.objects.LDAPException
Constructs a new LDAPException with the specified result code, error message and cause.
LDAPException(String) - Constructor for exception com.opencloud.slee.resources.ldap.objects.LDAPException
Constructs a new LDAPException with the specified error message.
LDAPException(String, Throwable) - Constructor for exception com.opencloud.slee.resources.ldap.objects.LDAPException
Constructs a new LDAPException with the specified error message and cause.
LDAPMessageFactory - Interface in com.opencloud.slee.resources.ldap.objects
Represents a factory interface that provides methods for creating LDAP objects.
LDAPModification - Interface in com.opencloud.slee.resources.ldap.objects
Represents a data structure for holding information about an LDAP modification, which describes a change to apply to an attribute.
LDAPModificationType - Enum in com.opencloud.slee.resources.ldap.objects
Represents a data type for modification type values.
LDAPModifyDNRequest - Interface in com.opencloud.slee.resources.ldap.objects
Represents an LDAP modify DN request, which can be used to perform an LDAPv3 modify DN operation to rename and/or move an entry or subtree in the directory.
LDAPModifyRequest - Interface in com.opencloud.slee.resources.ldap.objects
Represents an LDAP modify request, which can be used to perform an LDAPv3 modify operation to update an entry in the directory server.
LDAPProvider - Interface in com.opencloud.slee.resources.ldap
Represents a provider interface for applications that want to send LDAP requests.
LDAPRequest - Interface in com.opencloud.slee.resources.ldap.objects
A base interface for LDAP requests.
LDAPRequestActivity - Interface in com.opencloud.slee.resources.ldap
Represents an outgoing request activity, created when an application sends an LDAP request.
LDAPResultEvent - Interface in com.opencloud.slee.resources.ldap
Represents the result for an LDAP operation.
LDAPSearchRequest - Interface in com.opencloud.slee.resources.ldap.objects
Represents an LDAP search request, which can be used to perform an LDAPv3 search operation to retrieve entries that match a given set of criteria.
LDAPSearchResult - Interface in com.opencloud.slee.resources.ldap.objects
Represents the result of an LDAP search operation.
LDAPSearchResultEvent - Interface in com.opencloud.slee.resources.ldap
Represents the result for an LDAP search operation.
LDAPSearchScope - Enum in com.opencloud.slee.resources.ldap.objects
Represents a data type for search scope values.

M

modificationsIterator() - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPModifyRequest
Returns an iterator over the set of modifications from this modify request.

O

ONE - com.opencloud.slee.resources.ldap.objects.LDAPSearchScope
Search only entries under the base DN.

R

removeAttribute(String) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPAddRequest
Removes the attribute with the specified name from this add request.
removeAttributeValue(String, byte[]) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPAddRequest
Removes the specified attribute value from this add request.
removeAttributeValue(String, String) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPAddRequest
Removes the specified attribute value from this add request.
removeModification(LDAPModification) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPModifyRequest
Removes the provided modification from the set of modifications from this modify request.
REPLACE - com.opencloud.slee.resources.ldap.objects.LDAPModificationType
Replace all existing values of the modification attribute with the new values listed, creating the attribute if it did not already exist.
replaceAttribute(LDAPAttribute) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPAddRequest
Replaces the specified attribute in this add request.
replaceAttribute(String, byte[]...) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPAddRequest
Replaces the specified attribute in this add request.
replaceAttribute(String, String...) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPAddRequest
Replaces the specified attribute in this add request.

S

sendRequest(LDAPRequest) - Method in interface com.opencloud.slee.resources.ldap.LDAPProvider
Creates a new LDAP request activity in the SLEE and performs the LDAP operation specified by the given request.
setAssertionValue(byte[]) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPCompareRequest
Sets the assertion value for this compare request.
setAssertionValue(String) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPCompareRequest
Sets the assertion value for this compare request.
setAttributeName(String) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPCompareRequest
Sets the name of the attribute for this compare request.
setAttributes(LDAPAttribute...) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPAddRequest
Replaces the existing set of attributes for this add request with the provided attributes.
setAttributes(String...) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPSearchRequest
Sets the set of requested attributes to include in matching entries.
setBase(String) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPSearchRequest
Sets the base distinguished name for this search request.
setDeleteOldRDN(boolean) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPModifyDNRequest
Sets whether the old relative distinguished name value should be removed from the entry.
setDN(String) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPAddRequest
Sets the distinguished name for this add request.
setDN(String) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPCompareRequest
Sets the distinguished name for this compare request.
setDN(String) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPDeleteRequest
Sets the distinguished name for this delete request.
setDN(String) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPModifyDNRequest
Sets the entry distinguished name for this modify DN request.
setDN(String) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPModifyRequest
Sets the distinguished name for this modify request.
setFilter(String) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPSearchRequest
Sets the filter for this search request.
setModifications(LDAPModification...) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPModifyRequest
Replaces the existing set of modifications from this modify request with the provided modifications.
setNewRDN(String) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPModifyDNRequest
Sets the new relative distinguished name for this modify DN request.
setNewSuperiorDN(String) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPModifyDNRequest
Sets the new superior distinguished name for this modify DN request.
setQueryTimeout(long) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPAddRequest
Sets the maximum time, in milliseconds, to wait for a response from the server when processing this add request.
setQueryTimeout(long) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPBindRequest
Sets the maximum time, in milliseconds, to wait for a response from the server when processing this bind request.
setQueryTimeout(long) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPCompareRequest
Sets the maximum time, in milliseconds, to wait for a response from the server when processing this compare request.
setQueryTimeout(long) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPDeleteRequest
Sets the maximum time, in milliseconds, to wait for a response from the server when processing this delete request.
setQueryTimeout(long) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPModifyDNRequest
Sets the maximum time, in milliseconds, to wait for a response from the server when processing this modify DN request.
setQueryTimeout(long) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPModifyRequest
Sets the maximum time, in milliseconds, to wait for a response from the server when processing this modify request.
setQueryTimeout(long) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPRequest
Sets the maximum time, in milliseconds, to wait for a response from the server when processing this request.
setQueryTimeout(long) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPSearchRequest
Sets the maximum time, in milliseconds, to wait for a response from the server when processing this search request.
setScope(LDAPSearchScope) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPSearchRequest
Sets the scope for this search request.
setSizeLimit(int) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPSearchRequest
Sets the maximum number of entries that should be returned by the server when processing this search request.
setTimeLimit(int) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPSearchRequest
Sets the maximum time, in seconds, that the server should spend processing this search request.
setTypesOnly(boolean) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPSearchRequest
Sets whether the server should return only attribute names in matching entries, rather than both names and values.
size() - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPAttribute
Returns the number of values of this attribute.
SUB - com.opencloud.slee.resources.ldap.objects.LDAPSearchScope
Search the base DN and all entries within its subtree.
SUBORDINATE_SUBTREE - com.opencloud.slee.resources.ldap.objects.LDAPSearchScope
Search any subordinate entries (to any depth) below the base DN, exclude the base entry.

T

toString() - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPAttribute
Returns the string representation of this attribute.
toString() - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPEntry
Retrieves the string representation of the entry's distinguished name (DN) and its attributes.
toString() - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPModification
Returns the string representation of this modification.

V

valueOf(int) - Static method in enum com.opencloud.slee.resources.ldap.objects.LDAPModificationType
Returns the modification type with the specified integer value.
valueOf(int) - Static method in enum com.opencloud.slee.resources.ldap.objects.LDAPSearchScope
Returns the search scope with the specified integer value.
valueOf(String) - Static method in enum com.opencloud.slee.resources.ldap.objects.LDAPModificationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opencloud.slee.resources.ldap.objects.LDAPSearchScope
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.opencloud.slee.resources.ldap.objects.LDAPModificationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.opencloud.slee.resources.ldap.objects.LDAPSearchScope
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E G H I L M O R S T V 
All Classes All Packages