Class SqlUser
- java.lang.Object
-
- google.registry.privileges.secretmanager.SqlUser
-
- Direct Known Subclasses:
SqlUser.RobotUser
public abstract class SqlUser extends java.lang.Object
SQL user information for privilege management purposes.A
SqlUser.RobotUser
represents a software system accessing the database using its own credential. Robots are well known and enumerated inSqlUser.RobotId
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SqlUser.RobotId
Enumerates theRobotUsers
in the system.static class
SqlUser.RobotUser
Information of a RobotUser for privilege management purposes.
-
Constructor Summary
Constructors Modifier Constructor Description protected
SqlUser(google.registry.privileges.secretmanager.SqlUser.UserType type, java.lang.String userName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description google.registry.privileges.secretmanager.SqlUser.UserType
getType()
java.lang.String
geUserName()
-