Uses of Interface
org.apache.accumulo.server.security.handler.Authorizor
-
Packages that use Authorizor Package Description org.apache.accumulo.server.security org.apache.accumulo.server.security.handler -
-
Uses of Authorizor in org.apache.accumulo.server.security
Fields in org.apache.accumulo.server.security declared as Authorizor Modifier and Type Field Description protected AuthorizorSecurityOperation. authorizorMethods in org.apache.accumulo.server.security that return Authorizor Modifier and Type Method Description protected static AuthorizorSecurityOperation. getAuthorizor(ServerContext context)Constructors in org.apache.accumulo.server.security with parameters of type Authorizor Constructor Description AuditedSecurityOperation(ServerContext context, Authorizor author, Authenticator authent, PermissionHandler pm)SecurityOperation(ServerContext context, Authorizor author, Authenticator authent, PermissionHandler pm) -
Uses of Authorizor in org.apache.accumulo.server.security.handler
Classes in org.apache.accumulo.server.security.handler that implement Authorizor Modifier and Type Class Description classKerberosAuthorizorKerberos principals might contains identifiers that are not valid ZNodes ('/').classZKAuthorizorMethods in org.apache.accumulo.server.security.handler with parameters of type Authorizor Modifier and Type Method Description booleanKerberosPermissionHandler. validSecurityHandlers(Authenticator authent, Authorizor author)booleanPermissionHandler. validSecurityHandlers(Authenticator authent, Authorizor author)Used to validate that the Authorizor, Authenticator, and permission handler can coexistbooleanZKPermHandler. validSecurityHandlers(Authenticator authent, Authorizor author)
-