|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public User
Interface representing a user
Method Summary | |
---|---|
String |
getLoginName()
Returns the user LDAP principalName attribute |
String |
getSN()
Returns the user LDAP SN attribute |
String |
getEmail()
Returns a String representation of the user's email |
String |
setAttribute(String name,
String value)
Sets the value for the attribute identified by the specified name. |
String |
removeAttribute(String name)
Removes the attribute identified with the specified name. |
Methods inherited from interface com.ibm.mashups.enabler.user.Entity |
---|
getDisplayName, getCN, getAttribute, getReadOnlyAttributeNames, getReadWriteAttributeNames, getAttributeNames, isVirtual, getVirtualType, getEntityType |
Methods inherited from interface com.ibm.mashups.enabler.Identifiable |
---|
getID |
Method Detail |
---|
String getLoginName()
null
.String getSN()
null
.String getEmail()
null
.String setAttribute(String name, String value)
name
-
name of attribute to set the value for; must not be nullvalue
-
attribute value to set; must not be null
- Returns:
-
the former value for the name; if none existed,
null
is returned
String removeAttribute(String name)
name
-
name of attribute to remove; must not be null
- Returns:
-
the former value for the name; if none existed,
null
is returned
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |