Class SupplementalGroupsStrategyOptions

    • Constructor Detail

      • SupplementalGroupsStrategyOptions

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

        public SupplementalGroupsStrategyOptions​(List<IDRange> ranges,
                                                 String rule)
    • Method Detail

      • getRanges

        public List<IDRange> getRanges()
        ranges are the allowed ranges of supplemental groups. If you would like to force a single supplemental group then supply a single range with the same start and end. Required for MustRunAs.
      • setRanges

        public void setRanges​(List<IDRange> ranges)
        ranges are the allowed ranges of supplemental groups. If you would like to force a single supplemental group then supply a single range with the same start and end. Required for MustRunAs.
      • getRule

        public String getRule()
        rule is the strategy that will dictate what supplemental groups is used in the SecurityContext.
      • setRule

        public void setRule​(String rule)
        rule is the strategy that will dictate what supplemental groups is used in the SecurityContext.
      • getAdditionalProperties

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

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

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