Uses of Package
psdi.security.vmm

  • Packages that use psdi.security.vmm 
    Package Description
    psdi.security
    The Security package manages runtime information pertaining to active sessions and their security profiles.
    psdi.security.vmm  
  • Classes in psdi.security.vmm used by psdi.security 
    Class and Description
    LoadVMMSyncSettings
    A class to represent the configured settings.
  • Classes in psdi.security.vmm used by psdi.security.vmm 
    Class and Description
    GroupSettings
    A class to indicate group settings configured.
    LoadVMMSyncSettings
    A class to represent the configured settings.
    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 
    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
    VMMSyncAdapter
    An adapter class that has a dummy implementations of all the required methods.
    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.
    VMMSyncException
    An exception class used to indicate all exceptions raised by VMM Synchronization code.
    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.
    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.
    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.
    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.