org.jboss.picketlink.idm.model
Class SimpleUser
java.lang.Object
org.jboss.picketlink.idm.model.AbstractIdentityType
org.jboss.picketlink.idm.model.SimpleUser
- All Implemented Interfaces:
- IdentityType, User
public class SimpleUser
- extends AbstractIdentityType
- implements User
A simple User implementation
| Fields inherited from interface org.jboss.picketlink.idm.model.User |
KEY_PREFIX |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleUser
public SimpleUser(String id)
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.