backtype.storm.security.auth
Class SaslTransportPlugin.User
java.lang.Object
backtype.storm.security.auth.SaslTransportPlugin.User
- All Implemented Interfaces:
- Principal
- Enclosing class:
- SaslTransportPlugin
public static class SaslTransportPlugin.User
- extends Object
- implements Principal
SaslTransportPlugin.User
public SaslTransportPlugin.User(String name)
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.