|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.accumulo.core.client.mock.MockSecurityOperations
public class MockSecurityOperations
| Method Summary | |
|---|---|
boolean |
authenticateUser(String name,
byte[] password)
Verify a username/password combination is valid |
void |
changeUserAuthorizations(String name,
Authorizations authorizations)
Set the user's record-level authorizations |
void |
changeUserPassword(String name,
byte[] password)
Set the user's password |
void |
createUser(String user,
byte[] password,
Authorizations authorizations)
Create a user |
void |
dropUser(String user)
Delete a user |
Authorizations |
getUserAuthorizations(String name)
Retrieves the user's authorizations for scanning |
void |
grantSystemPermission(String name,
SystemPermission permission)
Grant a user a system permission |
void |
grantTablePermission(String name,
String tableName,
TablePermission permission)
Grant a user a specific permission for a specific table |
boolean |
hasSystemPermission(String name,
SystemPermission perm)
Verify the user has a particular system permission |
boolean |
hasTablePermission(String name,
String tableName,
TablePermission perm)
Verify the user has a particular table permission |
Set<String> |
listUsers()
Return a list of users in accumulo |
void |
revokeSystemPermission(String name,
SystemPermission permission)
Revoke a system permission from a user |
void |
revokeTablePermission(String name,
String tableName,
TablePermission permission)
Revoke a table permission for a specific user on a specific table |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void createUser(String user,
byte[] password,
Authorizations authorizations)
throws AccumuloException,
AccumuloSecurityException
SecurityOperations
createUser in interface SecurityOperationsuser - the name of the user to createpassword - the plaintext password for the userauthorizations - the authorizations that the user has for scanning
AccumuloException - if a general error occurs
AccumuloSecurityException - if the user does not have permission to create a user
public void dropUser(String user)
throws AccumuloException,
AccumuloSecurityException
SecurityOperations
dropUser in interface SecurityOperationsuser - the user name to delete
AccumuloException - if a general error occurs
AccumuloSecurityException - if the user does not have permission to delete a user
public boolean authenticateUser(String name,
byte[] password)
throws AccumuloException,
AccumuloSecurityException
SecurityOperations
authenticateUser in interface SecurityOperationsname - the name of the user to authenticatepassword - the plaintext password for the user
AccumuloException - if a general error occurs
AccumuloSecurityException - if the user does not have permission to ask
public void changeUserPassword(String name,
byte[] password)
throws AccumuloException,
AccumuloSecurityException
SecurityOperations
changeUserPassword in interface SecurityOperationsname - the name of the user to modifypassword - the plaintext password for the user
AccumuloException - if a general error occurs
AccumuloSecurityException - if the user does not have permission to modify a user
public void changeUserAuthorizations(String name,
Authorizations authorizations)
throws AccumuloException,
AccumuloSecurityException
SecurityOperations
changeUserAuthorizations in interface SecurityOperationsname - the name of the user to modifyauthorizations - the authorizations that the user has for scanning
AccumuloException - if a general error occurs
AccumuloSecurityException - if the user does not have permission to modify a user
public Authorizations getUserAuthorizations(String name)
throws AccumuloException,
AccumuloSecurityException
SecurityOperations
getUserAuthorizations in interface SecurityOperationsname - the name of the user to query
AccumuloException - if a general error occurs
AccumuloSecurityException - if the user does not have permission to query a user
public boolean hasSystemPermission(String name,
SystemPermission perm)
throws AccumuloException,
AccumuloSecurityException
SecurityOperations
hasSystemPermission in interface SecurityOperationsname - the name of the user to queryperm - the system permission to check for
AccumuloException - if a general error occurs
AccumuloSecurityException - if the user does not have permission to query a user
public boolean hasTablePermission(String name,
String tableName,
TablePermission perm)
throws AccumuloException,
AccumuloSecurityException
SecurityOperations
hasTablePermission in interface SecurityOperationsname - the name of the user to querytableName - the name of the table to query aboutperm - the table permission to check for
AccumuloException - if a general error occurs
AccumuloSecurityException - if the user does not have permission to query a user
public void grantSystemPermission(String name,
SystemPermission permission)
throws AccumuloException,
AccumuloSecurityException
SecurityOperations
grantSystemPermission in interface SecurityOperationsname - the name of the user to modifypermission - the system permission to grant to the user
AccumuloException - if a general error occurs
AccumuloSecurityException - if the user does not have permission to grant a user permissions
public void grantTablePermission(String name,
String tableName,
TablePermission permission)
throws AccumuloException,
AccumuloSecurityException
SecurityOperations
grantTablePermission in interface SecurityOperationsname - the name of the user to modifytableName - the name of the table to modify for the userpermission - the table permission to grant to the user
AccumuloException - if a general error occurs
AccumuloSecurityException - if the user does not have permission to grant a user permissions
public void revokeSystemPermission(String name,
SystemPermission permission)
throws AccumuloException,
AccumuloSecurityException
SecurityOperations
revokeSystemPermission in interface SecurityOperationsname - the name of the user to modifypermission - the system permission to revoke for the user
AccumuloException - if a general error occurs
AccumuloSecurityException - if the user does not have permission to revoke a user's permissions
public void revokeTablePermission(String name,
String tableName,
TablePermission permission)
throws AccumuloException,
AccumuloSecurityException
SecurityOperations
revokeTablePermission in interface SecurityOperationsname - the name of the user to modifytableName - the name of the table to modify for the userpermission - the table permission to revoke for the user
AccumuloException - if a general error occurs
AccumuloSecurityException - if the user does not have permission to revoke a user's permissions
public Set<String> listUsers()
throws AccumuloException,
AccumuloSecurityException
SecurityOperations
listUsers in interface SecurityOperationsAccumuloException - if a general error occurs
AccumuloSecurityException - if the user does not have permission to query users
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||