Uses of Interface
org.apache.accumulo.server.security.handler.PermissionHandler
-
Packages that use PermissionHandler Package Description 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 Modifier and Type Field Description protected PermissionHandlerSecurityOperation. permHandleMethods in org.apache.accumulo.server.security that return PermissionHandler Modifier and Type Method Description protected static PermissionHandlerSecurityOperation. getPermHandler(ServerContext context)Constructors in org.apache.accumulo.server.security with parameters of type PermissionHandler Constructor Description AuditedSecurityOperation(ServerContext context, Authorizor author, Authenticator authent, PermissionHandler pm)SecurityOperation(ServerContext context, Authorizor author, Authenticator authent, PermissionHandler pm) -
Uses of PermissionHandler in org.apache.accumulo.server.security.handler
Classes in org.apache.accumulo.server.security.handler that implement PermissionHandler Modifier and Type Class Description classKerberosPermissionHandlerKerberos principals might contains identifiers that are not valid ZNodes ('/').classZKPermHandlerMethods in org.apache.accumulo.server.security.handler with parameters of type PermissionHandler 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)booleanZKAuthorizor. validSecurityHandlers(Authenticator auth, PermissionHandler pm)
-