public interface URLAccessRule
LOAD CSV in Cypher).| Modifier and Type | Method and Description |
|---|---|
URL |
validate(org.neo4j.kernel.GraphDatabaseAPI gdb,
URL url)
Validate this rule against the specified URL and configuration, and throw a
URLAccessValidationError
if the URL is not permitted for access. |
URL validate(org.neo4j.kernel.GraphDatabaseAPI gdb, URL url) throws org.neo4j.kernel.security.URLAccessValidationError
URLAccessValidationError
if the URL is not permitted for access.gdb - the current graph databaseurl - the URL being validatedorg.neo4j.kernel.security.URLAccessValidationError - thrown if the url does not pass the validation ruleCopyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.