Class StixCustomPropertiesConfig
java.lang.Object
security.whisper.javastix.helpers.StixCustomPropertiesConfig
STIX Custom properties configuration
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet Additional STIX Custom Property prefixes.Returns a aggregate of The Default Custom Property Prefix and any defined additional customer property prefixes.static voidsetAdditionalPropertyPrefixes(Set<String> additionalPropertyPrefixes) Set Additional STIX Custom Property prefixes.
-
Field Details
-
DEFAULT_CUSTOM_PROPERTY_PREFIX
Default Custom Property Prefix:x_.- See Also:
-
-
Constructor Details
-
StixCustomPropertiesConfig
public StixCustomPropertiesConfig()
-
-
Method Details
-
getAdditionalPropertyPrefixes
Get Additional STIX Custom Property prefixes. -
setAdditionalPropertyPrefixes
Set Additional STIX Custom Property prefixes. -
getAllCustomPropertyPrefixes
Returns a aggregate of The Default Custom Property Prefix and any defined additional customer property prefixes.- Returns:
- Set
of allowed custom property prefixes
-