Package psdi.security.vmm

  • Interface Summary 
    Interface Description
    VMMSyncListener
    An interface to be implemented by an object that need to process the user and group data that's obtained from the VMM Server.
  • Class Summary 
    Class Description
    DefaultVMMSyncAdapter
    A default adapter class that synchronizes the VMM data with configured MAXIMO database table mappings.
    FldVMMSyncCronXML  
    GroupSettings
    A class to indicate group settings configured.
    LoadVMMSyncSettings
    A class to represent the configured settings.
    LoadVMMSyncSettingsLoader
    A class to load the configuration data from a XML file and to populate all the necessary data structures for the synchronization task.
    MemberDataMap
    A class to represent the group member data mapping that's configured in the configuration file used for synchronizing the group members from VMM Server to MAXIMO database tables.
    Synchronizer
    An abstract base synchronizer class that has the bare minimum methods needed to perform the synchronization.
    UserSettings  
    VMMConstants  
    VMMContextSettings
    A class to represent the default VMM context setting configured for the synchronization task.
    VMMDataMap
    A class used to represent data mapping of a user or group object's VMM attributes to MAXIMO database tables and columns
    VMMPrivilagedGetAction
    A class to create a wrapper around VMM get operation that can only be invoked with appropriate VMM Admin credentials.
    VMMPrivilagedSearchAction
    A class to create a wrapper around VMM search operation that can only be invoked with appropriate VMM Admin credentials.
    VMMSyncAdapter
    An adapter class that has a dummy implementations of all the required methods.
    VMMSyncCronTask
    A MAXIMO crontask used for synchronizing the VMM server user and group object data with appropriate MAXIMO database tables.
    VMMSyncData
    A class to prepresent synchronization data that's obtained from the VMM server.
    VMMSyncEvent
    An event class used to notify the listener object when it's time to synchronize individual user and group data to MAXIMO database tables.
    VMMSynchronizer
    A class that implements the VMM synchronization logic needed to retrieve user and group object information from VMM Server runtime.
    VMMSynchronizerInitData
    A class to represent the initialization data that has been configured for the synchronization task.
    VMMSynchronizerSettings
    A class to represent the setting that are configured for the synchronizer.
    VMMSyncParameters
    A class to represent the synchronization parameters that are used by the synchronizer object to determine the need to perform synchronization or not and also to determine whether full or incremental synchronization is needed or not.
    VMMSyncParams  
    VMMSyncParamsSet  
    VMMSyncTask
    A class to represent the VMM synchronization task that performs the synchronization of the VMM user and group object data to MAXIMO database tables.
  • Exception Summary 
    Exception Description
    VMMSyncException
    An exception class used to indicate all exceptions raised by VMM Synchronization code.