org.apache.hadoop.security
Class HostAndIPFilter

java.lang.Object
  extended by org.apache.hadoop.security.HostAndIPFilter

public final class HostAndIPFilter
extends Object

It provides static method to verify the host and/or ip-address class for checking access control related issues.


Constructor Summary
HostAndIPFilter()
           
 
Method Summary
static boolean apply(String ipAddress)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HostAndIPFilter

public HostAndIPFilter()
Method Detail

apply

public static boolean apply(String ipAddress)


Copyright © 2009 The Apache Software Foundation