Package de.xima.fc.auth
Class UserEmailLookupEntry
- java.lang.Object
 - 
- de.xima.fc.auth.UserEmailLookupEntry
 
 
- 
public final class UserEmailLookupEntry extends Object
The result forClientAuthorizationHelper.tryLookupUserEmails(de.xima.fc.interfaces.IEntityContext, de.xima.fc.entities.IndirectClientAuthorization).- Since:
 - 8.0.4
 - Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMail()Gets the mail of this entry, if this entry has a mail.StringgetTechnicalName()Gets the technical name of the found entry, the exact meaning depends on the type of lookup. 
 - 
 
- 
- 
Method Detail
- 
getTechnicalName
public String getTechnicalName()
Gets the technical name of the found entry, the exact meaning depends on the type of lookup.- Returns:
 - The ID of this entry.
 
 
- 
getMail
public String getMail()
Gets the mail of this entry, if this entry has a mail. Otherwise, the empty string is returned.- Returns:
 - The mail, if any was found.
 
 
 - 
 
 -