A C E G H I L S T V 

A

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.

C

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.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
 
createBindRequest(String, String) - Method in interface com.opencloud.slee.resources.ldap.LDAPProvider
Creates a new bind request, which can be used to perform an LDAP simple bind operation, which authenticates using a bind DN and password.
createSearchRequest(String, LDAPSearchScope, String, String...) - Method in interface com.opencloud.slee.resources.ldap.LDAPProvider
Creates a new search request, which can be used to retrieve entries that match a given set of criteria.

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.

G

getActivityContextInterface(LDAPBindActivity) - Method in interface com.opencloud.slee.resources.ldap.LDAPActivityContextInterfaceFactory
Get an ACI for the LDAP bind activity.
getActivityContextInterface(LDAPSearchActivity) - Method in interface com.opencloud.slee.resources.ldap.LDAPActivityContextInterfaceFactory
Get an ACI for the LDAP search activity.
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.
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 the current Attribute object.
getBindDN() - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPBindRequest
Returns the distinguished name for this bind request.
getByteValue() - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPAttribute
Returns an enumerator for the values of the 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.
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.LDAPEntry
Returns the distinguished name of the current entry.
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.
getErrorCode() - Method in interface com.opencloud.slee.resources.ldap.LDAPResultEvent
Returns the error code of the LDAP query.
getErrorMessage() - Method in interface com.opencloud.slee.resources.ldap.LDAPResultEvent
Return the error message if the LDAP query failed.
getErrorMessage() - Method in exception com.opencloud.slee.resources.ldap.objects.LDAPException
Returns the detailed error message.
getFilter() - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPSearchRequest
Returns the filter for this search request.
getMatchedDN() - Method in interface com.opencloud.slee.resources.ldap.LDAPResultEvent
Return the matched DN if the LDAP query failed (if applicable, null if not applicable).
getMatchedDN() - Method in exception com.opencloud.slee.resources.ldap.objects.LDAPBindException
Returns the matched DN.
getMatchedDN() - Method in exception com.opencloud.slee.resources.ldap.objects.LDAPSearchException
Returns the matched DN.
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.
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.LDAPActivity
Get the LDAPRequest that created this activity.
getRequest() - Method in interface com.opencloud.slee.resources.ldap.LDAPBindActivity
Get the LDAPBindRequest that created this activity.
getRequest() - Method in interface com.opencloud.slee.resources.ldap.LDAPSearchActivity
Get the LDAPSearchRequest that created this activity.
getResult() - Method in interface com.opencloud.slee.resources.ldap.LDAPActivity
Returns the LDAPResultEvent object for the query.
getResult() - Method in interface com.opencloud.slee.resources.ldap.LDAPBindActivity
Returns the LDAPBindResultEvent object for the query.
getResult() - Method in interface com.opencloud.slee.resources.ldap.LDAPSearchActivity
Returns the LDAPSearchResultEvent object for the query.
getResult() - Method in interface com.opencloud.slee.resources.ldap.LDAPSearchResultEvent
Returns the LDAPSearchResult object for the query.
getResultCode() - Method in exception com.opencloud.slee.resources.ldap.objects.LDAPException
Returns the result code.
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.
getStringValue() - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPAttribute
Returns the string value of an attribute.
getStringValueArray() - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPAttribute
Returns the values of the attribute as 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(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.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.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 query.
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.
hasValue() - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPAttribute
Reports whether this attribute contains 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

intValue() - Method in enum com.opencloud.slee.resources.ldap.objects.LDAPSearchScope
Returns the integer value for this search scope.
isSuccess() - Method in interface com.opencloud.slee.resources.ldap.LDAPBindResultEvent
Reports whether the LDAP bind query 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

LDAPActivity - Interface in com.opencloud.slee.resources.ldap
A base interface for LDAP activities LDAPBindActivity and LDAPSearchActivity.
LDAPActivityContextInterfaceFactory - Interface in com.opencloud.slee.resources.ldap
Interface for factory (implemented by the SLEE) to provide `ActivityContextInterface` instances for LDAP activities LDAPBindActivity and LDAPSearchActivity.
LDAPAttribute - Interface in com.opencloud.slee.resources.ldap.objects
Represents the name and values of an attribute in an entry.
LDAPBindActivity - Interface in com.opencloud.slee.resources.ldap
An outgoing bind activity, created when an application sends an LDAP bind request.
LDAPBindException - Exception in com.opencloud.slee.resources.ldap.objects
Called when the LDAP client cannot perform an LDAP bind operation.
LDAPBindException(Throwable, int, String, String) - Constructor for exception com.opencloud.slee.resources.ldap.objects.LDAPBindException
Constructs a new LDAPBindException with the specified cause, result code, detailed error message and matched DN.
LDAPBindException(String, Throwable) - Constructor for exception com.opencloud.slee.resources.ldap.objects.LDAPBindException
Constructs a new LDAPBindException with the specified detail message and cause.
LDAPBindException(String) - Constructor for exception com.opencloud.slee.resources.ldap.objects.LDAPBindException
Constructs a new LDAPBindException with the specified detail message.
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, which authenticates using a bind DN and password.
LDAPBindResultEvent - Interface in com.opencloud.slee.resources.ldap
Represents the result for an LDAP bind query.
LDAPConnectionException - Exception in com.opencloud.slee.resources.ldap.objects
Called when the LDAP client cannot connect with the LDAP server.
LDAPConnectionException(Throwable, int, String) - Constructor for exception com.opencloud.slee.resources.ldap.objects.LDAPConnectionException
Constructs a new LDAPConnectionException with the specified cause, result code and detailed error message.
LDAPConnectionException(String, Throwable) - Constructor for exception com.opencloud.slee.resources.ldap.objects.LDAPConnectionException
Constructs a new LDAPConnectionException with the specified detail message and cause.
LDAPConnectionException(String) - Constructor for exception com.opencloud.slee.resources.ldap.objects.LDAPConnectionException
Constructs a new LDAPConnectionException with the specified detail message.
LDAPEntry - Interface in com.opencloud.slee.resources.ldap.objects
Represents an entry in the directory.
LDAPException - Exception in com.opencloud.slee.resources.ldap.objects
An exception used when general errors occur, and as a superclass of other LDAP exceptions.
LDAPException(Throwable, int, String) - Constructor for exception com.opencloud.slee.resources.ldap.objects.LDAPException
Constructs a new LDAPException with the specified cause, result code and detailed error message.
LDAPException(String, Throwable) - Constructor for exception com.opencloud.slee.resources.ldap.objects.LDAPException
Constructs a new LDAPException with the specified detail message and cause.
LDAPException(String) - Constructor for exception com.opencloud.slee.resources.ldap.objects.LDAPException
Constructs a new LDAPException with the specified detail message.
LDAPProvider - Interface in com.opencloud.slee.resources.ldap
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 LDAPBindRequest and LDAPSearchRequest.
LDAPResultEvent - Interface in com.opencloud.slee.resources.ldap
Represents a data structure for holding the elements that are common to LDAP responses.
LDAPSearchActivity - Interface in com.opencloud.slee.resources.ldap
An outgoing search activity, created when an application sends an LDAP search request.
LDAPSearchException - Exception in com.opencloud.slee.resources.ldap.objects
Called when the LDAP client cannot perform an LDAP search operation.
LDAPSearchException(Throwable, int, String, String) - Constructor for exception com.opencloud.slee.resources.ldap.objects.LDAPSearchException
Constructs a new LDAPSearchException with the specified cause, result code, detailed error message and matched DN.
LDAPSearchException(String, Throwable) - Constructor for exception com.opencloud.slee.resources.ldap.objects.LDAPSearchException
Constructs a new LDAPSearchException with the specified detail message and cause.
LDAPSearchException(String) - Constructor for exception com.opencloud.slee.resources.ldap.objects.LDAPSearchException
Constructs a new LDAPSearchException with the specified detail message.
LDAPSearchRequest - Interface in com.opencloud.slee.resources.ldap.objects
Represents an LDAP search request, which can be used to retrieve entries that match a given set of criteria.
LDAPSearchResult - Interface in com.opencloud.slee.resources.ldap.objects
The result of an LDAP search operation.
LDAPSearchResultEvent - Interface in com.opencloud.slee.resources.ldap
Represents the result for an LDAP search query.
LDAPSearchScope - Enum in com.opencloud.slee.resources.ldap.objects
Represents a data type for search scope values.

S

sendBindRequest(LDAPBindRequest) - Method in interface com.opencloud.slee.resources.ldap.LDAPProvider
Creates a new LDAP bind activity in the SLEE and performs the bind operation specified by the given bind request.
sendSearchRequest(LDAPSearchRequest) - Method in interface com.opencloud.slee.resources.ldap.LDAPProvider
Creates a new LDAP search activity in the SLEE and performs the search specified by the criteria in the given search request.
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.
setFilter(String) - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPSearchRequest
Sets the filter for this search 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.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 the attribute.

T

toString() - Method in interface com.opencloud.slee.resources.ldap.objects.LDAPAttribute
Retrieves the string representation of an attribute in an LDAP entry.
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.

V

valueOf(String) - Static method in enum com.opencloud.slee.resources.ldap.objects.LDAPSearchScope
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.opencloud.slee.resources.ldap.objects.LDAPSearchScope
Returns the search scope with the specified integer value.
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 C E G H I L S T V