org.syncope.console
Class SyncopeUser

java.lang.Object
  extended by org.syncope.console.SyncopeUser
All Implemented Interfaces:
Serializable

public class SyncopeUser
extends Object
implements Serializable

SyncopeUser to store in SyncopeSession after the authentication.

See Also:
Serialized Form

Constructor Summary
SyncopeUser()
           
 
Method Summary
 String getEmail()
           
 String getName()
           
 int getRole()
           
 String getSurname()
           
 String getUsername()
           
 void setEmail(String email)
           
 void setName(String name)
           
 void setRole(int role)
           
 void setSurname(String surname)
           
 void setUsername(String username)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyncopeUser

public SyncopeUser()
Method Detail

getUsername

public String getUsername()

setUsername

public void setUsername(String username)

getEmail

public String getEmail()

setEmail

public void setEmail(String email)

getRole

public int getRole()

setRole

public void setRole(int role)

getName

public String getName()

setName

public void setName(String name)

getSurname

public String getSurname()

setSurname

public void setSurname(String surname)


Copyright © 2010. All Rights Reserved.