com.maverick.sshd.auth.jaas
Class FileRole

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

public class FileRole
extends Object
implements Principal, Serializable

See Also:
Serialized Form

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

Constructor Detail

FileRole

public FileRole(String name)
Method Detail

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


Copyright © 2012. All Rights Reserved.