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

A

addAttribute(LDAPAttribute) - Method in class de.guh.plugin.ldap.LDAPObject
Adds an attribute to the vector of LDAP attributes in this object.
addLDAPFilter(LDAPFilter) - Method in class de.guh.plugin.ldap.LDAPDirectorySearch
Adds an LDAPFilter object to the list (Vector) of filters.
addLDAPFilter(LDAPFilter) - Method in class de.guh.plugin.ldap.LDAPFilterGroup
Adds an LDAPFilter to the list (Vector) of associated filters.
addLDAPFilter(LDAPFilter, String) - Method in class de.guh.plugin.ldap.LDAPDirectorySearch
Adds an LDAPFilter object to the list (Vector) of filters and sets its prefix to the provided value.
addLDAPFilter(LDAPFilter, String) - Method in class de.guh.plugin.ldap.LDAPFilterGroup
Adds an LDAPFilter to the list (Vector) of associated filters and sets its prefix.
addLDAPFilterGroup(LDAPFilterGroup) - Method in class de.guh.plugin.ldap.LDAPDirectorySearch
Adds an LDAPFilterGroup object to the list (Vector) of filtergroups.
addLDAPFilterGroup(LDAPFilterGroup) - Method in class de.guh.plugin.ldap.LDAPFilterGroup
Adds a LDAPFilterGroup to the list (Vector) of associated filter groups.
addLDAPFilterGroup(LDAPFilterGroup, String) - Method in class de.guh.plugin.ldap.LDAPDirectorySearch
Adds an LDAPFilterGroup object to the list (Vector) of filtergroups.
addLDAPFilterGroup(LDAPFilterGroup, String) - Method in class de.guh.plugin.ldap.LDAPFilterGroup
Adds an LDAPFilterGroup to the list (Vector) of associated filter groups and sets its prefix.

B

BASE - Static variable in class de.guh.plugin.ldap.LDAPScope
 

C

checkClientTrusted(X509Certificate[], String) - Method in class de.guh.plugin.ldap.LDAPSavingTrustManager
Not supported.
checkServerTrusted(X509Certificate[], String) - Method in class de.guh.plugin.ldap.LDAPSavingTrustManager
 
closeConnection() - Method in class de.guh.plugin.ldap.LDAPDirectory
Disconnects from the LDAP server.

D

de.guh.plugin.ldap - package de.guh.plugin.ldap
 
deleteAttribute(LDAPAttribute) - Method in class de.guh.plugin.ldap.LDAPDirectoryModify
Deletes the given attribute from the LDAP object.

E

expression_EQUAL - Static variable in class de.guh.plugin.ldap.LDAPFilter
Defines an "equal" filter
expression_GREATERANDEQUAL - Static variable in class de.guh.plugin.ldap.LDAPFilter
Defines a "greater and equal" filter
expression_LESSANDEQUAL - Static variable in class de.guh.plugin.ldap.LDAPFilter
Defines a "less and equal" filter
expression_NOTEQUAL - Static variable in class de.guh.plugin.ldap.LDAPFilter
Defines a "not equal" filter

G

getAcceptedIssuers() - Method in class de.guh.plugin.ldap.LDAPSavingTrustManager
Not supported.
getArray(String) - Method in class de.guh.plugin.ldap.LDAPDirectorySearch
Returns the LDAP search results as an array of Strings.
getAttributes() - Method in class de.guh.plugin.ldap.LDAPObject
Returns the vector of attributes set for this object as an array of its names as Strings.
getAuxiliaryClass() - Method in class de.guh.plugin.ldap.LDAPAttribute
 
getConnection() - Method in class de.guh.plugin.ldap.LDAPDirectory
Returns the current LDAPConnection instance.
getConnectionResultcode() - Method in class de.guh.plugin.ldap.LDAPDirectory
Returns the result code set while connection buildup.
getDN() - Method in class de.guh.plugin.ldap.LDAPDirectorySearch
Returns the object dn (distinguished name) of the LDAP search result if it has a distinct result.
getFilter() - Method in class de.guh.plugin.ldap.LDAPDirectorySearch
Returns the resulting LDAP filter string as a combination of the LDAP object filter and the list of filters and filtergroups.
getFilter() - Method in class de.guh.plugin.ldap.LDAPFilter
Returns the resulting LDAP filter string constructed of the provided values.
getFilter() - Method in class de.guh.plugin.ldap.LDAPFilterGroup
Returns the result LDAP filter string constructed out of the associated filters and filtergroups.
getFilter() - Method in class de.guh.plugin.ldap.LDAPObject
Returns a filter string which can be used for this object class.
getLDAPAttribute(int) - Method in class de.guh.plugin.ldap.LDAPObject
Returns the LDAPAttribute set for this LDAPObject at the given index.
getLDAPFilter(int) - Method in class de.guh.plugin.ldap.LDAPDirectorySearch
Returns the LDAP filter at the specified index.
getLDAPFilter(int) - Method in class de.guh.plugin.ldap.LDAPFilterGroup
Returns the associated LDAPFilter at the specified index.
getLDAPFilterGroup(int) - Method in class de.guh.plugin.ldap.LDAPDirectorySearch
Returns the LDAP filtergroup at the specified index.
getLDAPFilterGroup(int) - Method in class de.guh.plugin.ldap.LDAPFilterGroup
Returns the associated LDAPFilterGroup at the specified index.
getName() - Method in class de.guh.plugin.ldap.LDAPAttribute
 
getObjectclass() - Method in class de.guh.plugin.ldap.LDAPObject
 
getObjectdn() - Method in class de.guh.plugin.ldap.LDAPObject
 
getPrefix() - Method in class de.guh.plugin.ldap.LDAPFilter
 
getPrefix() - Method in class de.guh.plugin.ldap.LDAPFilterGroup
 
getPrefix() - Method in class de.guh.plugin.ldap.LDAPObject
The prefix is always set as null.
getResultCode() - Method in class de.guh.plugin.ldap.LDAPDirectorySearch
 
getString(String) - Method in class de.guh.plugin.ldap.LDAPDirectorySearch
Returns the LDAP search results as a String.
getXML(String, String) - Method in class de.guh.plugin.ldap.LDAPDirectorySearch
Returns the resulting XML of the LDAP search result.

H

hasLDAPFiltergroups() - Method in class de.guh.plugin.ldap.LDAPDirectorySearch
 
hasLDAPFiltergroups() - Method in class de.guh.plugin.ldap.LDAPFilterGroup
 
hasLDAPFilters() - Method in class de.guh.plugin.ldap.LDAPDirectorySearch
 

I

iterator() - Method in class de.guh.plugin.ldap.LDAPObject.LDAPAttributes
 

L

LDAPAttribute - Class in de.guh.plugin.ldap
Provides a data structure for an LDAP attribute consisting of a name and an optional auxiliaryclass.
LDAPAttribute(String) - Constructor for class de.guh.plugin.ldap.LDAPAttribute
Instantiate a new LDAP attribute with the given name and null as a default auxiliaryclass.
LDAPAttribute(String, String) - Constructor for class de.guh.plugin.ldap.LDAPAttribute
Instantiate a new LDAP attribute with the given name and auxiliaryclass name.
ldapattributes() - Method in class de.guh.plugin.ldap.LDAPObject
 
LDAPAttributes() - Constructor for class de.guh.plugin.ldap.LDAPObject.LDAPAttributes
 
LDAPDirectory - Class in de.guh.plugin.ldap
Provides a class for managing LDAP Directory connections.
LDAPDirectory(String, Integer, String, String) - Constructor for class de.guh.plugin.ldap.LDAPDirectory
Instantiates a new LDAPDirectory and establishes a connection to the specified server.
LDAPDirectory(String, Integer, String, String, boolean) - Constructor for class de.guh.plugin.ldap.LDAPDirectory
Instantiates a new LDAPDirectory and establishes a connection to the specified server.
LDAPDirectory(String, Integer, String, String, boolean, String, String, Boolean) - Constructor for class de.guh.plugin.ldap.LDAPDirectory
Instantiates a new LDAPDirectory and establishes a connection to the specified server.
LDAPDirectory(String, Integer, String, String, Integer) - Constructor for class de.guh.plugin.ldap.LDAPDirectory
Instantiates a new LDAPDirectory and establishes a connection to the specified server.
LDAPDirectory(String, Integer, String, String, Integer, boolean, String, String, Boolean) - Constructor for class de.guh.plugin.ldap.LDAPDirectory
Instantiates a new LDAPDirectory and establishes a connection to the specified server.
LDAPDirectoryModify - Class in de.guh.plugin.ldap
Provides a controller for an LDAPObject in an LDAPDirectory which allows to modify and delete its attributes and set or modify its password.
LDAPDirectoryModify(LDAPDirectory, LDAPObject) - Constructor for class de.guh.plugin.ldap.LDAPDirectoryModify
Instantiates a new LDAPDirectoryModify object and sets the related LDAPDirectory and LDAPObject.
LDAPDirectorySearch - Class in de.guh.plugin.ldap
Provides a controller for an LDAPObject in an LDAPDirectory which allows to search the directory for the object while using additional LDAPFilters and LDAPFilterGroups.
LDAPDirectorySearch(LDAPDirectory, LDAPObject, String, String) - Constructor for class de.guh.plugin.ldap.LDAPDirectorySearch
Instantiates a new LDAPDirectorySearch object and sets the related LDAPDirectory, LDAPObject, Scope and Base.
LDAPFilter - Class in de.guh.plugin.ldap
Provides a class representing an LDAP filter.
LDAPFilter(LDAPAttribute, String, String) - Constructor for class de.guh.plugin.ldap.LDAPFilter
Instantiates a new LDAPFilter object with an associated LDAPAttribute, a filter expression and a value.
LDAPFilterGroup - Class in de.guh.plugin.ldap
Provides a class representing an LDAP filter group consisting of multiple LDAPFilters and/or other LDAPFilterGroups.
LDAPFilterGroup(String) - Constructor for class de.guh.plugin.ldap.LDAPFilterGroup
Instantiates a new LDAPFilterGroup with the type LDAPFilterGroup.type_AND or LDAPFilterGroup.type_OR.
LDAPObject - Class in de.guh.plugin.ldap
Provides a data structure for an LDAP object.
LDAPObject(String) - Constructor for class de.guh.plugin.ldap.LDAPObject
Instantiates a new LDAPObject with the given LDAP classname.
LDAPObject(String, String) - Constructor for class de.guh.plugin.ldap.LDAPObject
Instantiates a new LDAPObject with the given classname and dn (distinguished name).
LDAPObject.LDAPAttributes - Class in de.guh.plugin.ldap
 
LDAPSavingTrustManager - Class in de.guh.plugin.ldap
Provides an implementation of the X509TrustManager used to prepare the SSL connection for the LDAPDirectory.
LDAPScope - Class in de.guh.plugin.ldap
Provides a data structure holding constants to identify the LDAP scope.
LDAPScope() - Constructor for class de.guh.plugin.ldap.LDAPScope
 

M

modifyAttribute(LDAPAttribute, String, Boolean) - Method in class de.guh.plugin.ldap.LDAPDirectoryModify
Modifies the given attribute inside the LDAPDirectory by setting its value to the provided value.
modifyPassword(String, String) - Method in class de.guh.plugin.ldap.LDAPDirectoryModify
Modifies the userPassword attribute of the LDAP object.

O

OBJ - Static variable in class de.guh.plugin.ldap.LDAPScope
 
ONE - Static variable in class de.guh.plugin.ldap.LDAPScope
 

P

prefix_AND - Static variable in class de.guh.plugin.ldap.LDAPFilter
Defines an "and" prefix
prefix_AND - Static variable in class de.guh.plugin.ldap.LDAPFilterGroup
Defines an "and" prefix
prefix_OR - Static variable in class de.guh.plugin.ldap.LDAPFilter
Defines an "or" filter
prefix_OR - Static variable in class de.guh.plugin.ldap.LDAPFilterGroup
Defines an "or" prefix
prepareSSLConnection() - Method in class de.guh.plugin.ldap.LDAPDirectory
Prepares a SSL connection to the LDAP server.

S

setLDAPFilterOverwrite(String) - Method in class de.guh.plugin.ldap.LDAPDirectorySearch
Sets a ldapfilteroverwrite value which will be used as the filter for any search operation executed trough the related object.
setLdapretrycount(Integer) - Method in class de.guh.plugin.ldap.LDAPDirectory
Sets the retry-counter used while establishing an LDAP connection.
setLDAPScope(String) - Method in class de.guh.plugin.ldap.LDAPDirectorySearch
Sets the LDAP search scope to one of the values LDAPScope.SUB, LDAPScope.ONE or LDAPScope.BASE of LDAPScope.
setPassword(String) - Method in class de.guh.plugin.ldap.LDAPDirectoryModify
Sets the userPassword attribute of the LDAP object.
setPrefix(String) - Method in class de.guh.plugin.ldap.LDAPFilter
Sets the filter's prefix to one of the values LDAPFilter.prefix_AND or LDAPFilter.prefix_OR.
setPrefix(String) - Method in class de.guh.plugin.ldap.LDAPFilterGroup
Sets the filtergroups's prefix to one of the values LDAPFilterGroup.prefix_AND or LDAPFilterGroup.prefix_OR.
SUB - Static variable in class de.guh.plugin.ldap.LDAPScope
 

T

type_AND - Static variable in class de.guh.plugin.ldap.LDAPFilterGroup
Defines an "and" type
type_OR - Static variable in class de.guh.plugin.ldap.LDAPFilterGroup
Defines an "or" type
A B C D E G H I L M O P S T 
All Classes All Packages