Esri Geoportal Server
1.2.9

com.esri.gpt.server.erosfeed
Class ErosEmailFinder

java.lang.Object
  extended by com.esri.gpt.server.erosfeed.ErosEmailFinder

public class ErosEmailFinder
extends Object

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

ErosEmailFinder

public ErosEmailFinder(RequestContext requestContext,
                       IdentityAdapter idAdapter)
Creates instance of the finder.

Parameters:
requestContext - request context
idAdapter - identity adapter
Method Detail

findEmail

public String findEmail(String recordUuid)
Finds email of the owner of the record.

Parameters:
recordUuid - record UUID
Returns:
email address of the owner or empty string if user has no email

Esri Geoportal Server
1.2.9

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.