com.dtolabs.rundeck.core.authentication
Class Username

java.lang.Object
  extended by com.dtolabs.rundeck.core.authentication.Username
All Implemented Interfaces:
java.security.Principal

public class Username
extends java.lang.Object
implements java.security.Principal


Constructor Summary
Username(java.lang.String username)
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.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

Username

public Username(java.lang.String username)
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface java.security.Principal
See Also:
Principal.getName()

toString

public java.lang.String toString()
Specified by:
toString in interface java.security.Principal
Overrides:
toString in class java.lang.Object