org.jboss.picketlink.idm.model
Interface User

All Superinterfaces:
IdentityType
All Known Implementing Classes:
SimpleUser

public interface User
extends IdentityType

User representation


Field Summary
static String KEY_PREFIX
           
 
Method Summary
 String getEmail()
           
 String getFirstName()
           
 String getFullName()
           
 String getId()
           
 String getLastName()
           
 void setEmail(String email)
           
 void setFirstName(String firstName)
           
 void setLastName(String lastName)
           
 
Methods inherited from interface org.jboss.picketlink.idm.model.IdentityType
getAttribute, getAttributes, getAttributeValues, getCreationDate, getExpirationDate, getKey, isEnabled, removeAttribute, setAttribute, setAttribute
 

Field Detail

KEY_PREFIX

static final String KEY_PREFIX
See Also:
Constant Field Values
Method Detail

getId

String getId()

getFirstName

String getFirstName()

setFirstName

void setFirstName(String firstName)

getLastName

String getLastName()

setLastName

void setLastName(String lastName)

getFullName

String getFullName()

getEmail

String getEmail()

setEmail

void setEmail(String email)


Copyright © 2012. All Rights Reserved.