Package de.xima.fc.auth
Class UserEmailLookupEntry
java.lang.Object
de.xima.fc.auth.UserEmailLookupEntry
The result for
ClientAuthorizationHelper.tryLookupUserEmails(de.xima.fc.interfaces.IEntityContext, de.xima.fc.entities.IndirectClientAuthorization)
.- Since:
- 8.0.4
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptiongetMail()
Gets the mail of this entry, if this entry has a mail.Gets the technical name of the found entry, the exact meaning depends on the type of lookup.
-
Method Details
-
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
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.
-