/*
  * (non-Javadoc)
  *
  * @see org.nhindirect.config.service.CertificateService#getCertificatesForOwner(java.lang.String, org.nhindirect.config.service.impl.CertificateGetOptions)
  */
 @Override
 @FaultAction(className = ConfigurationFault.class)
 public Collection<Certificate> getCertificatesForOwner(
     String owner, CertificateGetOptions options) throws ConfigurationServiceException {
   return certSvc.getCertificatesForOwner(owner, options);
 }