Package | Description |
---|---|
org.apache.accumulo.server.security | |
org.apache.accumulo.server.security.handler | |
org.apache.accumulo.test.randomwalk.security |
Modifier and Type | Field and Description |
---|---|
protected PermissionHandler |
SecurityOperation.permHandle |
Modifier and Type | Method and Description |
---|---|
protected static PermissionHandler |
SecurityOperation.getPermHandler(String instanceId,
boolean initialize) |
Constructor and Description |
---|
AuditedSecurityOperation(Authorizor author,
Authenticator authent,
PermissionHandler pm,
String instanceId) |
SecurityOperation(Authorizor author,
Authenticator authent,
PermissionHandler pm,
String instanceId) |
Modifier and Type | Class and Description |
---|---|
class |
InsecurePermHandler
This is a Permission Handler implementation that doesn't actually do any security.
|
class |
ZKPermHandler |
Modifier and Type | Method and Description |
---|---|
static PermissionHandler |
ZKPermHandler.getInstance() |
Modifier and Type | Method and Description |
---|---|
boolean |
ZKAuthorizor.validSecurityHandlers(Authenticator auth,
PermissionHandler pm) |
boolean |
Authorizor.validSecurityHandlers(Authenticator auth,
PermissionHandler pm)
Used to validate that the Authorizor, Authenticator, and permission handler can coexist
|
boolean |
InsecureAuthenticator.validSecurityHandlers(Authorizor auth,
PermissionHandler pm) |
boolean |
ZKAuthenticator.validSecurityHandlers(Authorizor auth,
PermissionHandler pm) |
boolean |
Authenticator.validSecurityHandlers(Authorizor auth,
PermissionHandler pm) |
Modifier and Type | Class and Description |
---|---|
class |
WalkingSecurity |
Modifier and Type | Method and Description |
---|---|
boolean |
WalkingSecurity.validSecurityHandlers(Authenticator one,
PermissionHandler two) |
boolean |
WalkingSecurity.validSecurityHandlers(Authorizor one,
PermissionHandler two) |
Constructor and Description |
---|
WalkingSecurity(Authorizor author,
Authenticator authent,
PermissionHandler pm,
String instanceId) |
Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.