|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Authorizor | |
---|---|
org.apache.accumulo.server.security | |
org.apache.accumulo.server.security.handler | |
org.apache.accumulo.test.randomwalk.security |
Uses of Authorizor in org.apache.accumulo.server.security |
---|
Fields in org.apache.accumulo.server.security declared as Authorizor | |
---|---|
protected Authorizor |
SecurityOperation.authorizor
|
Methods in org.apache.accumulo.server.security that return Authorizor | |
---|---|
protected static Authorizor |
SecurityOperation.getAuthorizor(String instanceId,
boolean initialize)
|
Constructors in org.apache.accumulo.server.security with parameters of type Authorizor | |
---|---|
AuditedSecurityOperation(Authorizor author,
Authenticator authent,
PermissionHandler pm,
String instanceId)
|
|
SecurityOperation(Authorizor author,
Authenticator authent,
PermissionHandler pm,
String instanceId)
|
Uses of Authorizor in org.apache.accumulo.server.security.handler |
---|
Classes in org.apache.accumulo.server.security.handler that implement Authorizor | |
---|---|
class |
ZKAuthorizor
|
Methods in org.apache.accumulo.server.security.handler that return Authorizor | |
---|---|
static Authorizor |
ZKAuthorizor.getInstance()
|
Methods in org.apache.accumulo.server.security.handler with parameters of type Authorizor | |
---|---|
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 |
Authenticator.validSecurityHandlers(Authorizor auth,
PermissionHandler pm)
|
boolean |
ZKAuthenticator.validSecurityHandlers(Authorizor auth,
PermissionHandler pm)
|
boolean |
InsecureAuthenticator.validSecurityHandlers(Authorizor auth,
PermissionHandler pm)
|
Uses of Authorizor in org.apache.accumulo.test.randomwalk.security |
---|
Classes in org.apache.accumulo.test.randomwalk.security that implement Authorizor | |
---|---|
class |
WalkingSecurity
|
Methods in org.apache.accumulo.test.randomwalk.security with parameters of type Authorizor | |
---|---|
boolean |
WalkingSecurity.validSecurityHandlers(Authenticator one,
Authorizor two)
|
boolean |
WalkingSecurity.validSecurityHandlers(Authorizor one,
PermissionHandler two)
|
Constructors in org.apache.accumulo.test.randomwalk.security with parameters of type Authorizor | |
---|---|
WalkingSecurity(Authorizor author,
Authenticator authent,
PermissionHandler pm,
String instanceId)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |