java.lang.Object
com.illumon.iris.db.v2.permissions.rs.records.SystemUser

public class SystemUser extends Object
The System user entity to manage run-As mapping in acl database The given user will be able to run-As the provided system user when the mapping is inserted / updated
  • Constructor Details

    • SystemUser

      public SystemUser()
      Required default constructor to support auto conversion to json
    • SystemUser

      public SystemUser(String systemUser, String user)
      Convenience constructor, that sets both entity properties
      Parameters:
      systemUser - identifier for the system user in run-As mapping
      user - identifier of the user in run-As mapping
  • Method Details

    • getSystemUser

      public String getSystemUser()
    • setSystemUser

      public void setSystemUser(String systemUser)
    • getUser

      public String getUser()
    • setUser

      public void setUser(String user)
    • toString

      public String toString()
      Overrides:
      toString in class Object