Class LinuxContainerUser

    • Constructor Detail

      • LinuxContainerUser

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

        public LinuxContainerUser​(Long gid,
                                  List<Long> supplementalGroups,
                                  Long uid)
    • Method Detail

      • getGid

        public Long getGid()
        GID is the primary gid initially attached to the first process in the container
      • setGid

        public void setGid​(Long gid)
        GID is the primary gid initially attached to the first process in the container
      • getSupplementalGroups

        public List<Long> getSupplementalGroups()
        SupplementalGroups are the supplemental groups initially attached to the first process in the container
      • setSupplementalGroups

        public void setSupplementalGroups​(List<Long> supplementalGroups)
        SupplementalGroups are the supplemental groups initially attached to the first process in the container
      • getUid

        public Long getUid()
        UID is the primary uid initially attached to the first process in the container
      • setUid

        public void setUid​(Long uid)
        UID is the primary uid initially attached to the first process in the container
      • getAdditionalProperties

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

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

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