|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.atlassian.security.auth.trustedapps.DefaultIPMatcher
simple list based implementation. Matches using exact matches or wildcards like: 192.168.*.* or 192.145.372.*
| Constructor Summary | |
DefaultIPMatcher(java.util.Set patterns)
Main ctor. |
|
| Method Summary | |
boolean |
match(java.lang.String ipAddress)
check if this IP is allowed to perform trusted calls. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DefaultIPMatcher(java.util.Set patterns)
throws IPAddressFormatException
patterns - the SetIPAddressFormatException - if the pattern does not represent a valid IP address| Method Detail |
public boolean match(java.lang.String ipAddress)
IPMatcher
match in interface IPMatcher
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||