|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.atlassian.security.auth.trustedapps.DefaultURLMatcher
Takes a set of patterns and assumes a URL matches if it starts with one of the given patterns.
| Constructor Summary | |
DefaultURLMatcher(java.util.Set patterns)
|
|
| Method Summary | |
boolean |
match(java.lang.String urlPath)
returns true if the given URL starts with one of the given patterns and false otherwise |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DefaultURLMatcher(java.util.Set patterns)
| Method Detail |
public boolean match(java.lang.String urlPath)
match in interface URLMatcher
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||