Class SystemUser
java.lang.Object
com.illumon.iris.db.v2.permissions.rs.records.SystemUser
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 Summary
ConstructorsConstructorDescriptionRequired default constructor to support auto conversion to jsonSystemUser
(String systemUser, String user) Convenience constructor, that sets both entity properties -
Method Summary
Modifier and TypeMethodDescriptiongetUser()
void
setSystemUser
(String systemUser) void
toString()
-
Constructor Details
-
SystemUser
public SystemUser()Required default constructor to support auto conversion to json -
SystemUser
Convenience constructor, that sets both entity properties- Parameters:
systemUser
- identifier for the system user in run-As mappinguser
- identifier of the user in run-As mapping
-
-
Method Details