com.bea.wsrp.model.markup
Interface IUserContext

All Known Subinterfaces:
IBlockingInteractionBaseRequestContext, IBlockingInteractionRequestContext, IGetMarkupBaseRequestContext, IGetMarkupRequestContext, IGetRenderDependenciesRequestContext, IHandleEventsRequestContext

public interface IUserContext

Represents data of the "userContext" element, which is described in the WSRP specification.

This interface is intended to be implemented only by BEA Weblogic Portal.BEA 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 BEA Weblogic Portal.

Method Summary
 String getUserContextKey()
          A token to identify a user.
 UserProfile getUserProfile()
          An optional profile data of the current user.
 

Method Detail

getUserContextKey

String getUserContextKey()
A token to identify a user.

Returns
a token that identifies an user.

getUserProfile

UserProfile getUserProfile()
An optional profile data of the current user.

Returns
the current user's profile data.


Copyright © 2006 BEA Systems, Inc. All Rights Reserved