Uses of Class
org.apache.tinkerpop.gremlin.server.authz.AuthorizationException
-
Packages that use AuthorizationException Package Description org.apache.tinkerpop.gremlin.server.authz -
-
Uses of AuthorizationException in org.apache.tinkerpop.gremlin.server.authz
Methods in org.apache.tinkerpop.gremlin.server.authz that throw AuthorizationException Modifier and Type Method 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 anAuthorizationException
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 anAuthorizationException
if this is not the case.void
Authorizer. setup(Map<String,Object> config)
This method is called once upon system startup to initialize theAuthorizer
.
-