Uses of Class
de.xima.fc.auth.UserEmailLookupEntry
-
Packages that use UserEmailLookupEntry Package Description de.xima.fc.auth -
-
Uses of UserEmailLookupEntry in de.xima.fc.auth
Methods in de.xima.fc.auth that return types with arguments of type UserEmailLookupEntry Modifier and Type Method Description static List<UserEmailLookupEntry>
ClientAuthorizationHelper. tryLookupUserEmails(IEntityContext ec, IndirectClientAuthorization authorization)
Finds all users that belong to the given user filter (=indirect client authorization), and gets the email address for each found user.
-