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 Authenticator |
SecurityOperation.authenticator |
Modifier and Type | Method and Description |
---|---|
protected static Authenticator |
SecurityOperation.getAuthenticator(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 |
InsecureAuthenticator
This is an Authenticator implementation that doesn't actually do any security.
|
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 |
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 |
Authorizor.validSecurityHandlers(Authenticator auth,
PermissionHandler pm)
Used to validate that the Authorizor, Authenticator, and permission handler can coexist
|
boolean |
ZKAuthorizor.validSecurityHandlers(Authenticator 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(Authenticator one,
PermissionHandler two) |
Constructor and Description |
---|
WalkingSecurity(Authorizor author,
Authenticator authent,
PermissionHandler pm,
String instanceId) |
Copyright © 2015 Apache Accumulo Project. All Rights Reserved.