public Person getPerson(String personIdentifier) - returns a
        Person object for the user with the specified
    username.
    Parameters
- String personIdentifier
 - The username of the person to return a person object for.
 
Returns
Returns a Person object representing the specified user.
Exception
Throws an SkyVaultServiceException if the operation cannot be completed.
Example