public interface IDataProvider
| Modifier and Type | Method and Description |
|---|---|
IUserPresentation |
getUserPresentation(Long uid)
Retrieve user information object based on UID
|
IUserPresentation |
getUserPresentation(String emailAddress)
Retrieve user information object based on user email
|
void |
validateURI(URI uri)
Check an URI against a whitelist of supported protocols.
|
IUserPresentation getUserPresentation(String emailAddress) throws InvalidInputException
emailAddress - Email of the user whose information to retrieveInvalidInputExceptionIUserPresentation getUserPresentation(Long uid) throws InvalidInputException
uid - UID of the user whose information to retrieveInvalidInputExceptionvoid validateURI(URI uri) throws InvalidInputException, ProcessingException
uri - the URI to checkInvalidInputException - thrown if the URI protocol is not supportedProcessingException - thrown on a malformed URI or a backend errorCopyright © 2019 The Symphony Software Foundation. All rights reserved.