Class SELinuxOptions

    • Constructor Detail

      • SELinuxOptions

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

        public SELinuxOptions​(String level,
                              String role,
                              String type,
                              String user)
        Parameters:
        role -
        level -
        type -
        user -
    • Method Detail

      • getLevel

        public String getLevel()
      • setLevel

        public void setLevel​(String level)
      • getRole

        public String getRole()
      • setRole

        public void setRole​(String role)
      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • getUser

        public String getUser()
      • setUser

        public void setUser​(String user)
      • getAdditionalProperties

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

        public void setAdditionalProperty​(String name,
                                          Object value)