com.atlassian.security.auth.trustedapps
Interface URLMatcher

All Known Implementing Classes:
DefaultURLMatcher

public interface URLMatcher

Checks whether the supplied url path (after the context) is valid.


Method Summary
 boolean match(java.lang.String urlPath)
          Check if this URL path is allowed to be accessed by trusted calls
 

Method Detail

match

public boolean match(java.lang.String urlPath)
Check if this URL path is allowed to be accessed by trusted calls



Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.