|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portlet.search.ldap.Person
public class Person
This Person class represents a person found via directory search. The Person is comprised of a full name used for display purposes and a map of all other visible attributes.
| Constructor Summary | |
|---|---|
Person()
|
|
| Method Summary | |
|---|---|
java.lang.String |
get(java.lang.String key)
Get an individual attribute for this Person. |
java.util.Map<java.lang.String,java.lang.String> |
getAttributes()
Get a map of attributes for this Person. |
java.lang.String |
getFullName()
Get the full display name of this Person. |
void |
put(java.lang.String key,
java.lang.String value)
Set an individual attribute for this Person. |
void |
setAttributes(java.util.Map<java.lang.String,java.lang.String> attributes)
Set the map of attributes for this Person. |
void |
setFullName(java.lang.String fullName)
Set the full display name of this Person. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Person()
| Method Detail |
|---|
public java.lang.String getFullName()
public void setFullName(java.lang.String fullName)
fullName - public java.util.Map<java.lang.String,java.lang.String> getAttributes()
public void setAttributes(java.util.Map<java.lang.String,java.lang.String> attributes)
attributes -
public void put(java.lang.String key,
java.lang.String value)
key - name of the Person attribute to setvalue - attribute valuepublic java.lang.String get(java.lang.String key)
key - name of the Person attribute to retrieve
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||