| Package | Description |
|---|---|
| org.apache.accumulo.server.security | |
| org.apache.accumulo.server.security.handler |
| Modifier and Type | Field and Description |
|---|---|
protected Authorizor |
SecurityOperation.authorizor |
| Modifier and Type | Method and Description |
|---|---|
protected static Authorizor |
SecurityOperation.getAuthorizor(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 |
KerberosAuthorizor
Kerberos principals might contains identifiers that are not valid ZNodes ('/').
|
class |
ZKAuthorizor |
| Modifier and Type | Method and Description |
|---|---|
static Authorizor |
ZKAuthorizor.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 |
ZKAuthenticator.validSecurityHandlers(Authorizor auth,
PermissionHandler pm) |
boolean |
KerberosAuthenticator.validSecurityHandlers(Authorizor auth,
PermissionHandler pm) |
boolean |
InsecureAuthenticator.validSecurityHandlers(Authorizor auth,
PermissionHandler pm) |
boolean |
Authenticator.validSecurityHandlers(Authorizor auth,
PermissionHandler pm) |
Copyright © 2011–2017 The Apache Software Foundation. All rights reserved.