net.spy.aaa
Class AuthableImpl

java.lang.Object
  extended bynet.spy.aaa.AuthableImpl
All Implemented Interfaces:
Authable

public class AuthableImpl
extends Object
implements Authable

Simple implementation of an Authable.


Constructor Summary
AuthableImpl(String un)
          Get an instance of AuthableImpl.
 
Method Summary
 String getUsername()
          Get the username.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthableImpl

public AuthableImpl(String un)
Get an instance of AuthableImpl.

Method Detail

getUsername

public String getUsername()
Get the username.

Specified by:
getUsername in interface Authable