Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
psdi.security.vmm.VMMDataMap

  • Packages that use VMMDataMap 
    Package Description
    psdi.security.vmm  
    • Uses of VMMDataMap in psdi.security.vmm

      Methods in psdi.security.vmm that return VMMDataMap 
      Modifier and Type Method and Description
      VMMDataMap UserSettings.getDataMap()
      Returns the data mapping for the users as defined in the configuration file.
      VMMDataMap GroupSettings.getDataMap()
      Returns the data mapping for the groups as defined in the configuration file.
      VMMDataMap VMMSyncEvent.getGroupDataMap()
      Returns the group data mapping as defined in the configuration file.
      VMMDataMap VMMSyncEvent.getUserDataMap()
      Returns the user data mapping as defined in the configuration file.
      Methods in psdi.security.vmm with parameters of type VMMDataMap 
      Modifier and Type Method and Description
      protected java.lang.Object DefaultVMMSyncAdapter.getDataMapValue(java.sql.Connection con, java.lang.String tableId, java.lang.String columnName, VMMSyncData syncData, VMMDataMap VMMDataMap)
      Returns the value to be used to for the given table and column based on the data mapping.
      protected MboRemote DefaultVMMSyncAdapter.insertRecord(java.sql.Connection con, java.lang.String tableId, MboSetRemote mboSet, VMMSyncData syncData, VMMDataMap dataMap)
      Inserts a record into MboSet based on the information provided.
      void UserSettings.setDataMap(VMMDataMap dataMap)
      Sets the data mapping for the users as defined in the configuration file.
      void GroupSettings.setDataMap(VMMDataMap dataMap)
      Sets the data mapping for the groups as defined in the configuration file.
      protected void DefaultVMMSyncAdapter.updateRecord(java.sql.Connection con, java.lang.String tableId, MboRemote mbo, VMMSyncData syncData, VMMDataMap dataMap)
      Updates an existing mbo based on the information provided.
      Constructors in psdi.security.vmm with parameters of type VMMDataMap 
      Constructor and Description
      VMMSyncEvent(int eventId, VMMDataMap dataMap, VMMSyncData syncData)
      Constructor to be used to indicate user and group data synchronization events.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes