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 Authorizor |
SecurityOperation.authorizor |
Modifier and Type | Method and Description |
---|---|
protected static Authorizor |
SecurityOperation.getAuthorizor(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 |
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 |
InsecurePermHandler.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 |
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,
Authorizor 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.