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

public java.lang.String getUsername()
Returns the username of the user in this set of credentials.

Returns:
the username

getCategories

public 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 categorie names

getKeywords

public java.lang.String[] getKeywords()
Returns the keywords associated with this user.

Returns:
an array of keywords