org.neo4j.server.rest.security
Class UriPathWildcardMatcher

java.lang.Object
  extended by org.neo4j.server.rest.security.UriPathWildcardMatcher

public class UriPathWildcardMatcher
extends Object


Constructor Summary
UriPathWildcardMatcher(String uriPath)
           
 
Method Summary
 boolean matches(String uri)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UriPathWildcardMatcher

public UriPathWildcardMatcher(String uriPath)
Method Detail

matches

public boolean matches(String uri)


Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.