Class StixCustomPropertiesConfig

java.lang.Object
security.whisper.javastix.helpers.StixCustomPropertiesConfig

public class StixCustomPropertiesConfig extends Object
STIX Custom properties configuration
  • Field Details

    • DEFAULT_CUSTOM_PROPERTY_PREFIX

      public static final String DEFAULT_CUSTOM_PROPERTY_PREFIX
      Default Custom Property Prefix: x_ .
      See Also:
  • Constructor Details

    • StixCustomPropertiesConfig

      public StixCustomPropertiesConfig()
  • Method Details

    • getAdditionalPropertyPrefixes

      public static Set<String> getAdditionalPropertyPrefixes()
      Get Additional STIX Custom Property prefixes.
    • setAdditionalPropertyPrefixes

      public static void setAdditionalPropertyPrefixes(Set<String> additionalPropertyPrefixes)
      Set Additional STIX Custom Property prefixes.
    • getAllCustomPropertyPrefixes

      public static Set<String> getAllCustomPropertyPrefixes()
      Returns a aggregate of The Default Custom Property Prefix and any defined additional customer property prefixes.
      Returns:
      Set of allowed custom property prefixes