Uses of Interface
org.apache.accumulo.server.security.handler.Authenticator
-
Packages that use Authenticator Package Description 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 Modifier and Type Field Description protected AuthenticatorSecurityOperation. authenticatorMethods in org.apache.accumulo.server.security that return Authenticator Modifier and Type Method Description protected static AuthenticatorSecurityOperation. getAuthenticator(ServerContext context)Constructors in org.apache.accumulo.server.security with parameters of type Authenticator Constructor Description AuditedSecurityOperation(ServerContext context, Authorizor author, Authenticator authent, PermissionHandler pm)SecurityOperation(ServerContext context, Authorizor author, Authenticator authent, PermissionHandler pm) -
Uses of Authenticator in org.apache.accumulo.server.security.handler
Classes in org.apache.accumulo.server.security.handler that implement Authenticator Modifier and Type Class Description classKerberosAuthenticatorclassZKAuthenticatorMethods in org.apache.accumulo.server.security.handler with parameters of type Authenticator Modifier and Type Method Description booleanAuthorizor. validSecurityHandlers(Authenticator auth, PermissionHandler pm)Used to validate that the Authorizor, Authenticator, and permission handler can coexistbooleanKerberosAuthorizor. validSecurityHandlers(Authenticator auth, PermissionHandler pm)booleanKerberosPermissionHandler. validSecurityHandlers(Authenticator authent, Authorizor author)booleanPermissionHandler. validSecurityHandlers(Authenticator authent, Authorizor author)Used to validate that the Authorizor, Authenticator, and permission handler can coexistbooleanZKAuthorizor. validSecurityHandlers(Authenticator auth, PermissionHandler pm)booleanZKPermHandler. validSecurityHandlers(Authenticator authent, Authorizor author)
-