org.apache.cocoon.portal.wsrp.consumer
Interface UserContextProvider

All Known Implementing Classes:
UserContextProviderImpl

public interface UserContextProvider

This component provides the UserContext for a portal user. Cocoon uses an extension of the user context: UserContextExtension to store additional information about the user.

Version:
$Id: UserContextProvider.java 322475 2005-10-16 14:26:44Z cziegeler $

Field Summary
static String ROLE
          The component role.
 
Method Summary
 UserContextExtension createUserContext(String userId)
          Delivers a UserContext-object for the given User-id
the data will be read out of an individual location
 

Field Detail

ROLE

public static final String ROLE
The component role.

Method Detail

createUserContext

public UserContextExtension createUserContext(String userId)
Delivers a UserContext-object for the given User-id
the data will be read out of an individual location

Parameters:
userId -
Returns:
UserContextExtension


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.