com.oracle.producer.spi
Interface IUserProfile


public interface IUserProfile

Contains information about a user profile. The producer is responsible for the creation and implementation of this object.


Method Summary
 Map<String,Object> getUserProperties()
          Get an unmodifiable map of userProperties where the key is the name propertySet/propertyName.
 

Method Detail

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


Copyright © 2011, Oracle. All rights reserved.