com.atlassian.jira.crowd.embedded
Class RemoteAddressHelper

java.lang.Object
  extended by com.atlassian.jira.crowd.embedded.RemoteAddressHelper

public class RemoteAddressHelper
extends Object

Copied from Crowd because they deleted this file in Crowd v2.3.1

Since:
v4.4

Constructor Summary
RemoteAddressHelper()
           
 
Method Summary
static boolean isValidIPNotation(String address)
          Determines if the provided string is a valid IP address
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteAddressHelper

public RemoteAddressHelper()
Method Detail

isValidIPNotation

public static boolean isValidIPNotation(String address)
Determines if the provided string is a valid IP address

Parameters:
address - IP address
Returns:
true iff address is a valid IPv4 or IPv6 address


Copyright © 2002-2012 Atlassian. All Rights Reserved.