Skip navigation links


com.bea.wsrp.model.markup
Interface IUserProfile

All Known Implementing Classes:
UserProfile

public interface IUserProfile
This interface is intended to be implemented only by Oracle Weblogic Portal. Oracle Systems reserves the right to add abstract methods to this interface without notice. Implementations of this interface by other parties must not be expected to compile without change in future versions of Oracle Weblogic Portal.

Method Summary
 void addUserProperty(String name, Object value)
          Add a user property
 String getGroupName()
          Deprecated 
 String getUserName()
          Deprecated 
 Map<String,Object> getUserProperties()
          Get an unmodifiable map of userProperties where the key is the name propertySet/propertyName.

 

Method Detail

getUserName

@Deprecated
String getUserName()
Deprecated 

getGroupName

@Deprecated
String getGroupName()
Deprecated 

addUserProperty

void addUserProperty(String name,
                     Object value)
Add a user property
Parameters
name - the name in the format of propertySet/propertyName If the propertySet is UserProperty.P3P_PROPERTY_SET_NAME then its P3P property
value - the property's value or null to delete a previouse value

getUserProperties

Map<String,Object> getUserProperties()
Get an unmodifiable map of userProperties where the key is the name propertySet/propertyName. If the propertySet is UserProperty.P3P_PROPERTY_SET_NAME then its P3P property.
Returns
the map of name to value

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.