|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.gpt.server.erosfeed.ErosEmailFinder
public class ErosEmailFinder
Finds email of the record owner. Uses identity adapter (typically: LDAP) to find email of the user who owns the record.
Constructor Summary | |
---|---|
ErosEmailFinder(RequestContext requestContext,
IdentityAdapter idAdapter)
Creates instance of the finder. |
Method Summary | |
---|---|
String |
findEmail(String recordUuid)
Finds email of the owner of the record. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ErosEmailFinder(RequestContext requestContext, IdentityAdapter idAdapter)
requestContext
- request contextidAdapter
- identity adapterMethod Detail |
---|
public String findEmail(String recordUuid)
recordUuid
- record UUID
|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |