tomp.ext.servlet
Interface UserInfo


public interface UserInfo

Interface UserInfo is a very simple representation of a user being logging into the system.
Provides only info about the user name and information whether he/she is an administrator.


Method Summary
 java.lang.String getName()
           
 boolean isAdmin()
           
 

Method Detail

getName

public java.lang.String getName()

isAdmin

public boolean isAdmin()