org.apache.jetspeed.userinfo.impl
Class AbstractUserInfoManagerImpl

java.lang.Object
  extended by org.apache.jetspeed.userinfo.impl.AbstractUserInfoManagerImpl
Direct Known Subclasses:
MultiSourceUserInfoManagerImpl, UserInfoManagerImpl

public abstract class AbstractUserInfoManagerImpl
extends Object

Common user info management support

Version:
$Id: AbstractUserInfoManagerImpl.java 516448 2007-03-09 16:25:47Z ate $
Author:
David Le Strat

Field Summary
private static org.apache.commons.logging.Log log
          Logger
 
Constructor Summary
AbstractUserInfoManagerImpl()
           
 
Method Summary
protected  Collection mapLinkedUserAttributes(Collection userAttributes, Collection userAttributeRefs)
           Return the linked attributes mapping portlet user attributes to portal user attributes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static final org.apache.commons.logging.Log log
Logger

Constructor Detail

AbstractUserInfoManagerImpl

public AbstractUserInfoManagerImpl()
Method Detail

mapLinkedUserAttributes

protected Collection mapLinkedUserAttributes(Collection userAttributes,
                                             Collection userAttributeRefs)

Return the linked attributes mapping portlet user attributes to portal user attributes.

Parameters:
userAttributes - The declarative portlet user attributes.
userAttributeRefs - The declarative jetspeed portlet extension user attributes reference.
Returns:
The collection of linked attributes.


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.