com.maverick.sshd.auth.jaas
Class FileUser

java.lang.Object
  extended by com.maverick.sshd.auth.jaas.FileUser
All Implemented Interfaces:
Serializable, Principal

public class FileUser
extends Object
implements Principal, Serializable

See Also:
Serialized Form

Constructor Summary
FileUser(String line)
           
 
Method Summary
 boolean equals(Object p)
           
 String getName()
           
 char[] getPassword()
           
 Collection<? extends Principal> getRoles()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileUser

public FileUser(String line)
Method Detail

equals

public boolean equals(Object p)
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

getName

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

toString

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

getPassword

public char[] getPassword()

getRoles

public Collection<? extends Principal> getRoles()


Copyright © 2012. All Rights Reserved.