org.talika.tarsis.security
Interface User

All Known Implementing Classes:
MemoryUserImpl, UserImpl

public interface User

Interface that defines an user in Tarsis MVC Framework.

Version:
$Revision: 124 $
Author:
Jose M. Palomar
See Also:
Role

Method Summary
 java.lang.String getLogin()
          Returns login name of user.
 java.lang.String getRealName()
          Returns real name of user.
 java.util.Set getRoles()
          Returns a Set with the roles of user.
 

Method Detail

getLogin

java.lang.String getLogin()
Returns login name of user.

Returns:
String login name of user.

getRealName

java.lang.String getRealName()
Returns real name of user.

Returns:
String real name of user.

getRoles

java.util.Set getRoles()
Returns a Set with the roles of user.

Returns:
Set a Set with the roles of user.


Copyright © 2002-2012 Talika Open Source Group. All Rights Reserved.