backtype.storm.security.auth
Class SaslTransportPlugin.User

java.lang.Object
  extended by backtype.storm.security.auth.SaslTransportPlugin.User
All Implemented Interfaces:
Principal
Enclosing class:
SaslTransportPlugin

public static class SaslTransportPlugin.User
extends Object
implements Principal


Constructor Summary
SaslTransportPlugin.User(String name)
           
 
Method Summary
 boolean equals(Object o)
           
 String getName()
          Get the full name of the user.
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SaslTransportPlugin.User

public SaslTransportPlugin.User(String name)
Method Detail

getName

public String getName()
Get the full name of the user.

Specified by:
getName in interface Principal

equals

public boolean equals(Object o)
Specified by:
equals in interface Principal
Overrides:
equals in class Object

hashCode

public int hashCode()
Specified by:
hashCode in interface Principal
Overrides:
hashCode in class Object

toString

public String toString()
Specified by:
toString in interface Principal
Overrides:
toString in class Object


Copyright © 2014 The Apache Software Foundation. All Rights Reserved.