コード例 #1
0
 /**
  * @param string $identityId the UUID of the identity to find
  * @return null|Identity
  */
 public function findById($identityId)
 {
     return $this->apiIdentityService->get($identityId);
 }