org.jasig.services.persondir.support
Class EchoPersonAttributeDaoImpl
java.lang.Object
org.jasig.services.persondir.support.AbstractFlatteningPersonAttributeDao
org.jasig.services.persondir.support.AbstractDefaultAttributePersonAttributeDao
org.jasig.services.persondir.support.EchoPersonAttributeDaoImpl
- All Implemented Interfaces:
- org.jasig.services.persondir.IPersonAttributeDao
public class EchoPersonAttributeDaoImpl
- extends AbstractDefaultAttributePersonAttributeDao
Simply returns the seed it is passed.
- Since:
- uPortal 2.5
- Version:
- $Revision: 43106 $ $Date: 2008-02-14 11:22:40 -0600 (Thu, 14 Feb 2008) $
- Author:
- Eric Dalquist
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EchoPersonAttributeDaoImpl
public EchoPersonAttributeDaoImpl()
getMultivaluedUserAttributes
public Map<String,List<Object>> getMultivaluedUserAttributes(Map<String,List<Object>> seed)
- Returns a duplicate of the seed it is passed.
- Returns:
- a Map equal to but not the same reference as the seed.
- See Also:
IPersonAttributeDao.getUserAttributes(java.util.Map)
getPossibleUserAttributeNames
public Set<String> getPossibleUserAttributeNames()
- Possible attributes are unknown; will always return
null.
- Returns:
- null
- See Also:
IPersonAttributeDao.getPossibleUserAttributeNames()
Copyright © 1998-2008 Java Architectures Special Interest Group. All Rights Reserved.