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 default StringAuthorizer. authorize(AuthenticatedUser user, String gremlin, Map<String,String> aliases)voidAuthorizer. 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.voidAuthorizer. setup(Map<String,Object> config)This method is called once upon system startup to initialize theAuthorizer.
-