org.jboss.picketlink.idm.model
Class SimpleUser

java.lang.Object
  extended by org.jboss.picketlink.idm.model.AbstractIdentityType
      extended by org.jboss.picketlink.idm.model.SimpleUser
All Implemented Interfaces:
IdentityType, User

public class SimpleUser
extends AbstractIdentityType
implements User

A simple User implementation


Field Summary
 
Fields inherited from interface org.jboss.picketlink.idm.model.User
KEY_PREFIX
 
Constructor Summary
SimpleUser(String id)
           
 
Method Summary
 String getEmail()
           
 String getFirstName()
           
 String getFullName()
           
 String getId()
           
 String getKey()
           
 String getLastName()
           
 void setEmail(String email)
           
 void setFirstName(String firstName)
           
 void setLastName(String lastName)
           
 
Methods inherited from class org.jboss.picketlink.idm.model.AbstractIdentityType
getAttribute, getAttributes, getAttributeValues, getCreationDate, getExpirationDate, isEnabled, removeAttribute, setAttribute, setAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.picketlink.idm.model.IdentityType
getAttribute, getAttributes, getAttributeValues, getCreationDate, getExpirationDate, isEnabled, removeAttribute, setAttribute, setAttribute
 

Constructor Detail

SimpleUser

public SimpleUser(String id)
Method Detail

getId

public String getId()
Specified by:
getId in interface User

getFirstName

public String getFirstName()
Specified by:
getFirstName in interface User

setFirstName

public void setFirstName(String firstName)
Specified by:
setFirstName in interface User

getLastName

public String getLastName()
Specified by:
getLastName in interface User

setLastName

public void setLastName(String lastName)
Specified by:
setLastName in interface User

getFullName

public String getFullName()
Specified by:
getFullName in interface User

getEmail

public String getEmail()
Specified by:
getEmail in interface User

setEmail

public void setEmail(String email)
Specified by:
setEmail in interface User

getKey

public String getKey()
Specified by:
getKey in interface IdentityType


Copyright © 2012. All Rights Reserved.