com.atlassian.crowd.util
Class RemoteAddressHelper
java.lang.Object
com.atlassian.crowd.util.RemoteAddressHelper
public class RemoteAddressHelper
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteAddressHelper
public RemoteAddressHelper()
isCidrNotation
public static boolean isCidrNotation(String address)
isIpAddressNotation
public static boolean isIpAddressNotation(String address)
isAddressAllowed
public static boolean isAddressAllowed(RemoteAddress allowedAddress,
RemoteAddress requestAddress)
maskedAddressInBinary
public static String maskedAddressInBinary(String address)
addressInBinary
public static String addressInBinary(String address)
Copyright © 2010 Atlassian Pty Ltd. All Rights Reserved.