org.riotfamily.riot.security.auth
Interface RiotUser

All Known Implementing Classes:
SiteUser, User

public interface RiotUser

Interface to be returned by an AuthenticationService.

Since:
6.5
Author:
Felix Gnass [fgnass at neteye dot de]

Method Summary
 String getEmail()
           
 String getName()
           
 String getUserId()
           
 

Method Detail

getUserId

String getUserId()

getName

String getName()

getEmail

String getEmail()