| java.lang.Object org.apache.cocoon.auth.portal.UserInfoProviderImpl
UserInfoProviderImpl | public class UserInfoProviderImpl implements UserInfoProvider,Contextualizable(Code) | | Get the information about the current user.
This implementation uses CAuth.
Note: This class belongs to cauth but has to be defined in the portal block for now.
This will be cleaned up with Cocoon 2.2.
version: $Id: UserInfoProviderImpl.java 433543 2006-08-22 06:22:54Z crossley $ |
Inner Class :final public static class PortalUserInfo extends UserInfo | |
Field Summary | |
protected Context | context The component context. |
context | protected Context context(Code) | | The component context.
|
contextualize | public void contextualize(Context aContext) throws ContextException(Code) | | See Also: org.apache.avalon.framework.context.Contextualizable.contextualize(org.apache.avalon.framework.context.Context) |
|
|