Package com.sun.slamd.scripting.ldap

The com.sun.slamd.scripting.ldap package contains the code that defines the variables that may be used for interacting with LDAP directory servers through a SLAMD script.

See:
          Description

Class Summary
AttributeValueList This class defines a list of explicit values that an attribute may have.
LDAPAttributeVariable This class defines a variable intended to store LDAP attribute information.
LDAPConnectionVariable This class defines a variable that maintains a connection to an LDAP directory server and allows for interaction with that server.
LDAPEntryGenerator This class handles the work of generating LDAP entries based on information in a template file.
LDAPEntryTemplate This class defines a template that contains the information used to generate LDAP entries.
LDAPEntryVariable This class defines a variable intended to store an LDAP entry.
LDAPModificationSetVariable This class defines a variable intended to store LDAP modifications so that they can be sent to a directory server.
LDAPModificationVariable This class defines a variable intended to store an LDAP modification.
LDAPUtilsVariable This class defines a variable that provides the capability to perform various tasks that can be helpful when interacting with a directory server.
SequentialValueCounter This class defines a numeric counter that can be used to retrieve sequential values through subsequent calls to the getNext method.
 

Package com.sun.slamd.scripting.ldap Description

The com.sun.slamd.scripting.ldap package contains the code that defines the variables that may be used for interacting with LDAP directory servers through a SLAMD script.