| Package | Description |
|---|---|
| org.neo4j.server.rest.security |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ForbiddingSecurityRule
A variant of SecurityRule which adds the ability to forbid access, even if the request is authenticated,
which results in an HTTP 403.
|
| Constructor and Description |
|---|
SecurityFilter(SecurityRule rule,
SecurityRule... rules) |
SecurityFilter(SecurityRule rule,
SecurityRule... rules) |
| Constructor and Description |
|---|
SecurityFilter(Iterable<SecurityRule> securityRules) |
Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.