org.jasig.services.persondir.support
Class NamedPersonImpl

java.lang.Object
  extended by org.jasig.services.persondir.support.BasePersonImpl
      extended by org.jasig.services.persondir.support.NamedPersonImpl
All Implemented Interfaces:
Serializable, Principal, IPersonAttributes
Direct Known Subclasses:
CaseInsensitiveNamedPersonImpl

public class NamedPersonImpl
extends BasePersonImpl

Version:
$Revision$
Author:
Eric Dalquist
See Also:
Serialized Form

Constructor Summary
NamedPersonImpl(String userName, Map<String,List<Object>> attributes)
           
 
Method Summary
 String getName()
           
 
Methods inherited from class org.jasig.services.persondir.support.BasePersonImpl
buildImmutableAttributeMap, createImmutableAttributeMap, equals, getAttributes, getAttributeValue, getAttributeValues, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NamedPersonImpl

public NamedPersonImpl(String userName,
                       Map<String,List<Object>> attributes)
Method Detail

getName

public String getName()


Copyright © 2012 Jasig. All Rights Reserved.