A C E G H I L N S T 

A

Attribute - Interface in com.opencloud.slee.resources.ldap.objects
Represents the name and values of an attribute in an entry.
AttributeSet - Interface in com.opencloud.slee.resources.ldap.objects
Represents a set of attributes (for example, the set of attributes in an entry).

C

com.opencloud.slee.resources.ldap - package com.opencloud.slee.resources.ldap
 
com.opencloud.slee.resources.ldap.objects - package com.opencloud.slee.resources.ldap.objects
 
Connection - Interface in com.opencloud.slee.resources.ldap.objects
Represents a connection to an LDAP Server
ConnectionException - Exception in com.opencloud.slee.resources.ldap.objects
Called when the LDAP client cannot connect with the LDAP server
ConnectionException(String) - Constructor for exception com.opencloud.slee.resources.ldap.objects.ConnectionException
Constructs a new exception with the specified detail message.
ConnectionException(String, Throwable) - Constructor for exception com.opencloud.slee.resources.ldap.objects.ConnectionException
Constructs a new exception with the specified detail message and cause.
ConnectionException(Throwable, int, String) - Constructor for exception com.opencloud.slee.resources.ldap.objects.ConnectionException
 
contains(Object) - Method in interface com.opencloud.slee.resources.ldap.objects.AttributeSet
 

E

Entry - Interface in com.opencloud.slee.resources.ldap.objects
Represents an entry in the directory.

G

getActivityContextInterface(LDAPSearchActivity) - Method in interface com.opencloud.slee.resources.ldap.LDAPActivityContextInterfaceFactory
 
getAttribute(String) - Method in interface com.opencloud.slee.resources.ldap.objects.AttributeSet
Returns a single attribute that exactly matches the specified attribute name.
getAttribute(String, String) - Method in interface com.opencloud.slee.resources.ldap.objects.AttributeSet
Returns the subtype that matches the attribute name specified by attrName and the language specificaton identified by lang.
getAttribute(String) - Method in interface com.opencloud.slee.resources.ldap.objects.Entry
In an entry, returns the single attribute that exactly matches the specified attribute name.
getAttributeSet() - Method in interface com.opencloud.slee.resources.ldap.objects.Entry
Returns the attribute set of the entry.
getAttributeSet(String) - Method in interface com.opencloud.slee.resources.ldap.objects.Entry
Creates a new attribute set containing only the attributes that have the specified subtypes.
getBaseName() - Method in interface com.opencloud.slee.resources.ldap.objects.Attribute
Extracts the base name from the attribute name of the current Attribute object.
getByteValue() - Method in interface com.opencloud.slee.resources.ldap.objects.Attribute
Returns an enumerator for the values of the attribute in byte[] format.
getByteValueArray() - Method in interface com.opencloud.slee.resources.ldap.objects.Attribute
Returns the values of the attribute in an array of byte[] format.
getByteValues() - Method in interface com.opencloud.slee.resources.ldap.objects.Attribute
Returns an enumerator for the values of the attribute in byte[] format.
getCount() - Method in interface com.opencloud.slee.resources.ldap.objects.SearchResults
Returns a count of queued search results immediately available for processing.
getDN() - Method in interface com.opencloud.slee.resources.ldap.objects.Entry
Returns the distinguished name of the current entry.
getErrorCode() - Method in interface com.opencloud.slee.resources.ldap.LDAPSearchResultEvent
Returns the error code
getErrorMessage() - Method in interface com.opencloud.slee.resources.ldap.LDAPSearchResultEvent
Return the error message
getErrorMessage() - Method in exception com.opencloud.slee.resources.ldap.objects.ConnectionException
 
getErrorMessage() - Method in exception com.opencloud.slee.resources.ldap.objects.SearchException
 
getLangSubtype() - Method in interface com.opencloud.slee.resources.ldap.objects.Attribute
Extracts the language subtype from the attribute name of the LDAPAttribute object, if any.
getMatchedDN() - Method in interface com.opencloud.slee.resources.ldap.LDAPSearchResultEvent
Return the matched DN if the search failed (if applicable, null if not applicable)
getMatchedDN() - Method in exception com.opencloud.slee.resources.ldap.objects.SearchException
 
getName() - Method in interface com.opencloud.slee.resources.ldap.objects.Attribute
Returns the name of the attribute.
getNewSearchActivity() - Method in interface com.opencloud.slee.resources.ldap.LDAPProvider
Create a new Activity in the SLEE
getResult() - Method in interface com.opencloud.slee.resources.ldap.LDAPSearchResultEvent
Returns the SearchResult object for the query
getResultCode() - Method in exception com.opencloud.slee.resources.ldap.objects.ConnectionException
 
getResultCode() - Method in exception com.opencloud.slee.resources.ldap.objects.SearchException
 
getStringValue() - Method in interface com.opencloud.slee.resources.ldap.objects.Attribute
Returns the string value of an attribute.
getStringValueArray() - Method in interface com.opencloud.slee.resources.ldap.objects.Attribute
Returns the values of the attribute as an array of String objects.
getStringValues() - Method in interface com.opencloud.slee.resources.ldap.objects.Attribute
Returns an enumerator for the string values of an attribute.
getSubset(String) - Method in interface com.opencloud.slee.resources.ldap.objects.AttributeSet
Creates a new attribute set containing only the attributes that have the specified subtypes.
getSubtypes() - Method in interface com.opencloud.slee.resources.ldap.objects.Attribute
Extracts the subtypes from the specified attribute name.
getSubtypes(String) - Method in interface com.opencloud.slee.resources.ldap.objects.Attribute
Extracts the subtypes from the specified attribute name.

H

hasErrorInfo() - Method in interface com.opencloud.slee.resources.ldap.LDAPSearchResultEvent
Reports whether there has been an error during the query
hasMoreElements() - Method in interface com.opencloud.slee.resources.ldap.objects.SearchResults
Returns true if there are more search results to be returned.
hasSubtype(String) - Method in interface com.opencloud.slee.resources.ldap.objects.Attribute
Reports whether the attribute name contains the specified subtype.
hasSubtypes(String[]) - Method in interface com.opencloud.slee.resources.ldap.objects.Attribute
Reports if the attribute name contains all specified subtypes For example, if you check for the subtypes lang-en and phonetic and the attribute name is cn;lang-en;phonetic, this method returns true.

I

isBound() - Method in interface com.opencloud.slee.resources.ldap.LDAPSearchActivity
Reports whether the connection is bound with the LDAP Server
isBound() - Method in interface com.opencloud.slee.resources.ldap.objects.Connection
Reports whether the connection is bound with the LDAP Server
isConnected() - Method in interface com.opencloud.slee.resources.ldap.LDAPSearchActivity
Reports whether this connection is connected to an LDAP server
isConnected() - Method in interface com.opencloud.slee.resources.ldap.objects.Connection
Reports whether this connection is connected to an LDAP server
isConnectionAlive() - Method in interface com.opencloud.slee.resources.ldap.LDAPSearchActivity
Reports whether the connection with the LDAP Server is still open
isConnectionAlive() - Method in interface com.opencloud.slee.resources.ldap.objects.Connection
Reports whether the connection with the LDAP Server is still open
isEmpty() - Method in interface com.opencloud.slee.resources.ldap.objects.AttributeSet
Reports if the Attribute set has Attributes
isTLS() - Method in interface com.opencloud.slee.resources.ldap.LDAPSearchActivity
Reports whether it is a secure connection
isTLS() - Method in interface com.opencloud.slee.resources.ldap.objects.Connection
Reports whether it is a secure connection

L

LDAPActivityContextInterfaceFactory - Interface in com.opencloud.slee.resources.ldap
Implementation is generated by the SLEE
LDAPProvider - Interface in com.opencloud.slee.resources.ldap
Used by the Sbb to get a new Activity from the RA
LDAPSearchActivity - Interface in com.opencloud.slee.resources.ldap
This activity represents an LDAP Connection.
LDAPSearchResultEvent - Interface in com.opencloud.slee.resources.ldap
Represents the result for an LDAP query

N

next() - Method in interface com.opencloud.slee.resources.ldap.objects.SearchResults
Returns the next LDAP entry from the search results and throws an exception if the next result is a referral, or if a sizelimit or timelimit error occurred.

S

SCOPE_BASE - Static variable in interface com.opencloud.slee.resources.ldap.LDAPSearchActivity
search only the base DN
SCOPE_ONE - Static variable in interface com.opencloud.slee.resources.ldap.LDAPSearchActivity
search only entries under the base DN
SCOPE_SUB - Static variable in interface com.opencloud.slee.resources.ldap.LDAPSearchActivity
search the base DN and all entries within its subtree
search(String, int, String, String[], boolean, SearchConstraints) - Method in interface com.opencloud.slee.resources.ldap.LDAPSearchActivity
Performs the search specified by the criteria that you enter.
search(String, int, String, String[], boolean, SearchConstraints) - Method in interface com.opencloud.slee.resources.ldap.objects.Connection
Performs the search specified by the criteria that you enter.
SearchConstraints - Interface in com.opencloud.slee.resources.ldap.objects
Constraints to be used in a Search operation
SearchException - Exception in com.opencloud.slee.resources.ldap.objects
 
SearchException(String) - Constructor for exception com.opencloud.slee.resources.ldap.objects.SearchException
Constructs a new exception with the specified detail message.
SearchException(String, Throwable) - Constructor for exception com.opencloud.slee.resources.ldap.objects.SearchException
Constructs a new exception with the specified detail message and cause.
SearchException(Throwable) - Constructor for exception com.opencloud.slee.resources.ldap.objects.SearchException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
SearchException(Throwable, int, String) - Constructor for exception com.opencloud.slee.resources.ldap.objects.SearchException
 
SearchException(Throwable, int, String, String) - Constructor for exception com.opencloud.slee.resources.ldap.objects.SearchException
 
SearchRequest - Interface in com.opencloud.slee.resources.ldap.objects
 
SearchResults - Interface in com.opencloud.slee.resources.ldap.objects
The results of an LDAP search operation, represented as an enumeration.
setQueryTimeout(int) - Method in interface com.opencloud.slee.resources.ldap.objects.SearchConstraints
Sets the query timeout
size() - Method in interface com.opencloud.slee.resources.ldap.objects.Attribute
Returns the number of values of the attribute.

T

toString() - Method in interface com.opencloud.slee.resources.ldap.objects.Attribute
Retrieves the string representation of an attribute in an LDAP entry.
toString() - Method in interface com.opencloud.slee.resources.ldap.objects.AttributeSet
Retrieves the string representation of all attributes in the attribute set.
toString() - Method in interface com.opencloud.slee.resources.ldap.objects.Entry
Retrieves the string representation of the entry's distinguished name (DN) and its attributes.
A C E G H I L N S T