| Package | Description |
|---|---|
| org.apache.accumulo.server.security | |
| org.apache.accumulo.server.security.handler |
| Modifier and Type | Field and Description |
|---|---|
protected Authenticator |
SecurityOperation.authenticator |
| Modifier and Type | Method and Description |
|---|---|
protected static Authenticator |
SecurityOperation.getAuthenticator(String instanceId,
boolean initialize) |
| Constructor and Description |
|---|
AuditedSecurityOperation(AccumuloServerContext context,
Authorizor author,
Authenticator authent,
PermissionHandler pm) |
SecurityOperation(AccumuloServerContext context,
Authorizor author,
Authenticator authent,
PermissionHandler pm) |
| Modifier and Type | Class and Description |
|---|---|
class |
InsecureAuthenticator
This is an Authenticator implementation that doesn't actually do any security.
|
class |
KerberosAuthenticator |
class |
ZKAuthenticator |
| Modifier and Type | Method and Description |
|---|---|
static Authenticator |
ZKAuthenticator.getInstance() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ZKPermHandler.validSecurityHandlers(Authenticator authent,
Authorizor author) |
boolean |
PermissionHandler.validSecurityHandlers(Authenticator authent,
Authorizor author)
Used to validate that the Authorizor, Authenticator, and permission handler can coexist
|
boolean |
KerberosPermissionHandler.validSecurityHandlers(Authenticator authent,
Authorizor author) |
boolean |
InsecurePermHandler.validSecurityHandlers(Authenticator authent,
Authorizor author) |
boolean |
ZKAuthorizor.validSecurityHandlers(Authenticator auth,
PermissionHandler pm) |
boolean |
KerberosAuthorizor.validSecurityHandlers(Authenticator auth,
PermissionHandler pm) |
boolean |
Authorizor.validSecurityHandlers(Authenticator auth,
PermissionHandler pm)
Used to validate that the Authorizor, Authenticator, and permission handler can coexist
|
Copyright © 2011–2017 The Apache Software Foundation. All rights reserved.