|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PermissionHandler | |
|---|---|
| org.apache.accumulo.server.security | |
| org.apache.accumulo.server.security.handler | |
| Uses of PermissionHandler in org.apache.accumulo.server.security |
|---|
| Fields in org.apache.accumulo.server.security declared as PermissionHandler | |
|---|---|
protected PermissionHandler |
SecurityOperation.permHandle
|
| Methods in org.apache.accumulo.server.security that return PermissionHandler | |
|---|---|
protected static PermissionHandler |
SecurityOperation.getPermHandler(String instanceId,
boolean initialize)
|
| Constructors in org.apache.accumulo.server.security with parameters of type PermissionHandler | |
|---|---|
AuditedSecurityOperation(Authorizor author,
Authenticator authent,
PermissionHandler pm,
String instanceId)
|
|
SecurityOperation(Authorizor author,
Authenticator authent,
PermissionHandler pm,
String instanceId)
|
|
| Uses of PermissionHandler in org.apache.accumulo.server.security.handler |
|---|
| Classes in org.apache.accumulo.server.security.handler that implement PermissionHandler | |
|---|---|
class |
InsecurePermHandler
This is a Permission Handler implementation that doesn't actually do any security. |
class |
ZKPermHandler
|
| Methods in org.apache.accumulo.server.security.handler that return PermissionHandler | |
|---|---|
static PermissionHandler |
ZKPermHandler.getInstance()
|
| Methods in org.apache.accumulo.server.security.handler with parameters of type PermissionHandler | |
|---|---|
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)
|
boolean |
Authenticator.validSecurityHandlers(Authorizor auth,
PermissionHandler pm)
|
boolean |
ZKAuthenticator.validSecurityHandlers(Authorizor auth,
PermissionHandler pm)
|
boolean |
InsecureAuthenticator.validSecurityHandlers(Authorizor auth,
PermissionHandler pm)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||