Interface SystemPropertiesItem

All Known Implementing Classes:
Persona, PersonaSession, Profile, ProfileToImport, Session

public interface SystemPropertiesItem
An Item that is holding system properties.
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves a Map of system property name - value pairs for this item.
  • Method Details

    • getSystemProperties

      Map<String,Object> getSystemProperties()
      Retrieves a Map of system property name - value pairs for this item. System properties can be used by implementations to store non-user visible properties needed for internal purposes.
      Returns:
      a Map of system property name - value pairs for this item