Package | Description |
---|---|
org.apache.accumulo.core.client.admin | |
org.apache.accumulo.core.client.impl | |
org.apache.accumulo.core.client.security.tokens |
Modifier and Type | Method and Description |
---|---|
void |
SecurityOperations.changeLocalUserPassword(String principal,
PasswordToken token)
Set the user's password
|
void |
SecurityOperations.createLocalUser(String principal,
PasswordToken password)
Create a user
|
Modifier and Type | Method and Description |
---|---|
void |
SecurityOperationsImpl.changeLocalUserPassword(String principal,
PasswordToken token) |
void |
SecurityOperationsImpl.createLocalUser(String principal,
PasswordToken password) |
Modifier and Type | Class and Description |
---|---|
class |
CredentialProviderToken
An
AuthenticationToken backed by a Hadoop CredentialProvider. |
Modifier and Type | Method and Description |
---|---|
PasswordToken |
PasswordToken.clone() |
Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.