Package org.apache.accumulo.cluster
Interface ClusterUsers
-
public interface ClusterUsersGeneral interface to get user details for anAccumuloCluster.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClusterUsergetAdminUser()The "root" user.ClusterUsergetUser(int offset)Get an unprivileged user.
-
-
-
Method Detail
-
getAdminUser
ClusterUser getAdminUser()
The "root" user. A user which has administrative permissionsSystemPermission.SYSTEMand the like.
-
getUser
ClusterUser getUser(int offset)
Get an unprivileged user. Multiple are created- Parameters:
offset- the user to return- Returns:
- the user denoted by the given offset
-
-