+

Search Tips   |   Advanced Search


com.ibm.workplace.wcm.api
Interface UserProfile


public interface UserProfile

The 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[] 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

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