Class SELinuxStrategyOptions

    • Constructor Detail

      • SELinuxStrategyOptions

        public SELinuxStrategyOptions()
        No args constructor for use in serialization
      • SELinuxStrategyOptions

        public SELinuxStrategyOptions​(String rule,
                                      SELinuxOptions seLinuxOptions)
    • Method Detail

      • getRule

        public String getRule()
        rule is the strategy that will dictate the allowable labels that may be set.
      • setRule

        public void setRule​(String rule)
        rule is the strategy that will dictate the allowable labels that may be set.
      • getSeLinuxOptions

        public SELinuxOptions getSeLinuxOptions()
        SELinuxStrategyOptions defines the strategy type and any options used to create the strategy.
      • setSeLinuxOptions

        public void setSeLinuxOptions​(SELinuxOptions seLinuxOptions)
        SELinuxStrategyOptions defines the strategy type and any options used to create the strategy.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)