Package | Description |
---|---|
org.apache.tinkerpop.gremlin.server.authz |
Modifier and Type | Method and Description |
---|---|
Bytecode |
Authorizer.authorize(AuthenticatedUser user,
Bytecode bytecode,
Map<String,String> aliases)
Checks whether a user is authorized to have a gremlin bytecode request from a client answered and raises an
AuthorizationException if this is not the case. |
void |
Authorizer.authorize(AuthenticatedUser user,
RequestMessage msg)
Checks whether a user is authorized to have a script request from a gremlin client answered and raises an
AuthorizationException if this is not the case. |
void |
Authorizer.setup(Map<String,Object> config)
This method is called once upon system startup to initialize the
Authorizer . |
Copyright © 2013–2021 Apache Software Foundation. All rights reserved.