com.atlassian.crowd.util
Class RemoteAddressHelper
java.lang.Object
com.atlassian.crowd.util.RemoteAddressHelper
public class RemoteAddressHelper
- extends java.lang.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(java.lang.String address)
isIpAddressNotation
public static boolean isIpAddressNotation(java.lang.String address)
isAddressAllowed
public static boolean isAddressAllowed(RemoteAddress allowedAddress,
RemoteAddress requestAddress)
maskedAddressInBinary
public static java.lang.String maskedAddressInBinary(java.lang.String address)
addressInBinary
public static java.lang.String addressInBinary(java.lang.String address)
Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.