com.atlassian.security.auth.trustedapps
Interface IPMatcher
- All Known Implementing Classes:
- DefaultIPMatcher
- public interface IPMatcher
Filter that is supposed to prevent attacks on cross-application trust feature by restricting a range of IP addresses
such request can originate from.
|
Method Summary |
boolean |
match(java.lang.String ipAddress)
check if this IP is allowed to perform trusted calls. |
match
public boolean match(java.lang.String ipAddress)
throws IPAddressFormatException
- check if this IP is allowed to perform trusted calls.
- Throws:
IPAddressFormatException - if the ip is not of the correct format.
Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.