Package com.sun.slamd.isw

The com.sun.slamd.isw package contains a number of SLAMD job classes that can be used to interact with the Sun Identity Synchronization for Windows product.

See:
          Description

Class Summary
ADAddAndDelRateJobClass This class implements a SLAMD job class for adding new user entries to an Active Directory server over LDAPS, and then subsequently deleting them.
ADAddRateJobClass This class implements a SLAMD job class for adding new user entries to an Active Directory server over LDAPS.
ADDelRateJobClass This class implements a SLAMD job class for removing user entries from an Active Directory server over LDAPS.
ADLatencyCheckConsumerThread This class defines a thread that watches for changes to a specified entry in Active Directory and notifies another thread responsible for making changes against the Sun ONE Directory that the change was pushed across.
ADLatencyCheckProducerThread This class defines a thread that will periodically make changes to an Active Directory server that will be monitored by a consumer thread targeted at the Sun ONE Directory Server with which the Active Directory server is linked via Identity Synchronization for Windows.
ADModRateJobClass This class implements a SLAMD job class that can be used to perform modifications against an Active Directory server.
ADToDSAddRateWithLatencyJobClass This class implements a SLAMD job that is intended for use in performing adds against an Active Directory server and then monitoring the length of time required for them to appear in a Sun ONE Directory Server after being processed through Identity Synchronization for Windows.
ADToDSModRateWithLatencyJobClass This class implements a SLAMD job that is intended for use in performing modifications against an Active Directory server and then monitoring the length of time required for those modifications to appear in the Sun ONE Directory Server after being applied through ISW.
DSLatencyCheckConsumerThread This class defines a thread that watches for changes to a specified entry in the Sun ONE Directory Server and notifies another thread responsible for making changes against Active Directory that the change was pushed across.
DSLatencyCheckProducerThread This class defines a thread that will periodically make changes to a Sun ONE Directory Server that will be monitored by a consumer thread targeted at the Active Directory server with which the Sun ONE Directory is linked via Identity Synchronization for Windows.
DSToADAddRateWithLatencyJobClass This class implements a SLAMD job that is intended for use in performing adds against a Sun ONE Directory and then monitoring the length of time required for them to appear in Active Directory after being processed through Identity Synchronization for Windows.
DSToADModRateWithLatencyJobClass This class implements a SLAMD job that is intended for use in performing modifications against a Sun ONE Directory and then monitoring the length of time required for those modifications to appear in Active Directory after being applied through Identity Synchronization for Windows.
DSToADTemplateBasedAddRateWithLatencyJobClass This class implements a SLAMD job that is intended for use in performing adds against a Sun ONE Directory and then monitoring the length of time required for them to appear in Active Directory after being processed through Identity Synchronization for Windows.
DSToNTAddRateWithLatencyJobClass This class implements a SLAMD job for adding user entries to a Sun ONE Directory and measuring the time required for changes to propagate to a Windows NT domain through Identity Synchronization for Windows.
DSToNTModRateWithLatencyJobClass This class implements a SLAMD job that is intended for use in performing modifications against a Sun ONE Directory and then monitoring the length of time required for those modifications to appear in a Windows NT domain after being applied through Identity Synchronization for Windows.
DSToNTTemplateBasedAddRateWithLatencyJobClass This class implements a SLAMD job that is intended for use in performing adds against a Sun ONE Directory and then monitoring the length of time required for them to appear in a Windows NT domain after being processed through Identity Synchronization for Windows.
ISWLatencyCheckJobClass This class defines a framework that should be extended by any job that wants to measure the propagation latency between Active Directory and the Sun ONE Directory (in either direction) as they are synchronized using Identity Synchronization for Windows.
NTAddAndDelRateJobClass This class implements a SLAMD job for adding new user accounts to a Windows NT system and then subsequently deleting them.
NTAddRateJobClass This class implements a SLAMD job for adding new user accounts to a Windows NT system.
NTDelRateJobClass This class implements a SLAMD job for removing user accounts from a Windows NT system.
NTLatencyCheckConsumerThread This class defines a thread that watches for changes to a specified user in a Windows NT domain and notifies another thread responsible for making changes against the Sun ONE Directory that the change was pushed across.
NTLatencyCheckProducerThread This class defines a thread that will periodically make changes to a Windows NT domain that will be monitored by a consumer thread targeted at the Sun ONE Directory Server with which the NT domain is linked via Identity Synchronization for Windows.
NTModRateJobClass This class implements a SLAMD job for modifying existing accounts in a Windows NT domain.
NTToDSAddRateWithLatencyJobClass This class implements a SLAMD job for adding user accounts to a Windows NT domain and measuring the time required for changes to propagate to a Sun ONE Directory through Identity Synchronization for Windows.
NTToDSModRateWithLatencyJobClass This class implements a SLAMD job for modifying existing accounts in a Windows NT domain and measuring the time required for changes to propagate to a Sun ONE Directory through Identity Synchronization for Windows.
 

Package com.sun.slamd.isw Description

The com.sun.slamd.isw package contains a number of SLAMD job classes that can be used to interact with the Sun Identity Synchronization for Windows product. These jobs provide means of interacting with Windows 2000 Active Directory servers and Windows NT domains. Several of the jobs also offer the capability to measure propagation latency between various components of the ISW environment (e.g., the time requried for a change made in Active Directory to appear in the Sun ONE Directory).