org.apache.hadoop.yarn.server.webproxy.amfilter
Class AmIpPrincipal

java.lang.Object
  extended by org.apache.hadoop.yarn.server.webproxy.amfilter.AmIpPrincipal
All Implemented Interfaces:
Principal

public class AmIpPrincipal
extends Object
implements Principal


Constructor Summary
AmIpPrincipal(String name)
           
 
Method Summary
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.security.Principal
equals, hashCode, toString
 

Constructor Detail

AmIpPrincipal

public AmIpPrincipal(String name)
Method Detail

getName

public String getName()
Specified by:
getName in interface Principal


Copyright © 2014 Apache Software Foundation. All Rights Reserved.