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