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 java.lang.Object

Common user info management support

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

Constructor Summary
AbstractUserInfoManagerImpl()
           
 
Method Summary
protected  java.util.Collection mapLinkedUserAttributes(java.util.Collection userAttributes, java.util.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
 

Constructor Detail

AbstractUserInfoManagerImpl

public AbstractUserInfoManagerImpl()
Method Detail

mapLinkedUserAttributes

protected java.util.Collection mapLinkedUserAttributes(java.util.Collection userAttributes,
                                                       java.util.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-2010 Apache Software Foundation. All Rights Reserved.