Apache CXF API

org.apache.cxf.xkms.x509.repo
Class CertificateRepoFactory

java.lang.Object
  extended by org.apache.cxf.xkms.x509.repo.CertificateRepoFactory

public final class CertificateRepoFactory
extends Object


Method Summary
static CertificateRepo createRepository(String type, LdapSearch ldapSearch, LdapSchemaConfig ldapSchemaConfig, String rootDN, String storageDir)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createRepository

public static CertificateRepo createRepository(String type,
                                               LdapSearch ldapSearch,
                                               LdapSchemaConfig ldapSchemaConfig,
                                               String rootDN,
                                               String storageDir)

Apache CXF API

Apache CXF