Uses of Interface
org.apache.accumulo.server.security.handler.Authenticator

Packages that use Authenticator
org.apache.accumulo.server.security   
org.apache.accumulo.server.security.handler   
org.apache.accumulo.test.randomwalk.security   
 

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)
           
 

Uses of Authenticator in org.apache.accumulo.test.randomwalk.security
 

Classes in org.apache.accumulo.test.randomwalk.security that implement Authenticator
 class WalkingSecurity
           
 

Methods in org.apache.accumulo.test.randomwalk.security with parameters of type Authenticator
 boolean WalkingSecurity.validSecurityHandlers(Authenticator one, Authorizor two)
           
 boolean WalkingSecurity.validSecurityHandlers(Authenticator one, PermissionHandler two)
           
 

Constructors in org.apache.accumulo.test.randomwalk.security with parameters of type Authenticator
WalkingSecurity(Authorizor author, Authenticator authent, PermissionHandler pm, String instanceId)
           
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.