{ } }
Tree PREV CLASS NEXT CLASS FRAMES NO FRAMES SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD com.ibm.workplace.wcm.api
Interface UserProfile
public interface UserProfileThe UserProfile interface retrieves user related information.
Represents a logged in, validated user.
Method Summary java.lang.String[] getCategories()
Returns the categories associates with this user.java.lang.String getCommonName()
Get the user's common name.java.lang.String getDistinguishedName()
Get the user's distinguished name.java.lang.String[] getKeywords()
Returns the keywords associated with this user.java.lang.String getUsername()
Returns the username of the user in this set of credentials.
Method Detail getUsername
java.lang.String getUsername()
- Returns the username of the user in this set of credentials.
- Returns:
- the username
getCommonName
java.lang.String getCommonName()
- Get the user's common name.
- Returns:
- the common name of the user
getDistinguishedName
java.lang.String getDistinguishedName()
- Get the user's distinguished name.
- Returns:
- the distinguished name of the user
getCategories
java.lang.String[] getCategories()
- Returns the categories associates with this user. The names of the categories are returned as an array of String objects.
- Returns:
- an array of category names in full path
getKeywords
java.lang.String[] getKeywords()
- Returns the keywords associated with this user. The keywords are returned as an array of String objects.
- Returns:
- an array of keywords
Tree PREV CLASS NEXT CLASS FRAMES NO FRAMES SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD