Uses of Class
org.apache.tinkerpop.gremlin.server.authz.AuthorizationException
Packages that use AuthorizationException
-
Uses of AuthorizationException in org.apache.tinkerpop.gremlin.server.authz
Methods in org.apache.tinkerpop.gremlin.server.authz that throw AuthorizationExceptionModifier and TypeMethodDescriptiondefault StringvoidAuthorizer.authorize(AuthenticatedUser user, RequestMessage msg) Checks whether a user is authorized to have a script request from a gremlin client answered and raises anAuthorizationExceptionif this is not the case.voidThis method is called once upon system startup to initialize theAuthorizer.