org.riotfamily.pages.riot.security
Class SiteUser

java.lang.Object
  extended by org.riotfamily.riot.hibernate.security.User
      extended by org.riotfamily.pages.riot.security.SiteUser
All Implemented Interfaces:
RiotUser

public class SiteUser
extends User


Constructor Summary
SiteUser()
           
 
Method Summary
 Set<Site> getSites()
           
 void setSites(Set<Site> sites)
           
 
Methods inherited from class org.riotfamily.riot.hibernate.security.User
equals, getEmail, getId, getName, getNewPassword, getPassword, getUserId, hashCode, setEmail, setId, setName, setNewPassword, setPassword
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SiteUser

public SiteUser()
Method Detail

getSites

public Set<Site> getSites()

setSites

public void setSites(Set<Site> sites)