org.objectweb.telosys.auth
Interface IAppUser

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DefaultAppUser

public interface IAppUser
extends java.io.Serializable

Application user interface
Describe the methods needed for specific application user class


Method Summary
 java.lang.String getFirstPage()
           
 java.lang.String getLanguage()
           
 java.lang.String getRole()
           
 

Method Detail

getFirstPage

public java.lang.String getFirstPage()
Returns:
the first page (welcome page) for this user

getLanguage

public java.lang.String getLanguage()
Returns:
the user's language ( "en", "fr", ... )

getRole

public java.lang.String getRole()
Returns:
the user's role for the current application