public class LDAPCertificateLoader extends Object implements CertificateLoader
| Constructor and Description |
|---|
LDAPCertificateLoader(String ldapProviderUrl) |
LDAPCertificateLoader(String ldapServer,
int port) |
| Modifier and Type | Method and Description |
|---|---|
Certificate |
loadCertificate(Properties props) |
Certificate |
loadCertificate(String name,
String filter) |
byte[] |
loadCertificateData(Properties properties) |
byte[] |
loadCertificateData(String name,
String filter) |
public LDAPCertificateLoader(String ldapServer, int port) throws CertificateLoaderException
CertificateLoaderExceptionpublic LDAPCertificateLoader(String ldapProviderUrl) throws CertificateLoaderException
CertificateLoaderExceptionpublic byte[] loadCertificateData(String name, String filter) throws CertificateLoaderException
CertificateLoaderExceptionpublic byte[] loadCertificateData(Properties properties) throws CertificateLoaderException
loadCertificateData in interface CertificateLoaderCertificateLoaderExceptionpublic Certificate loadCertificate(String name, String filter) throws CertificateLoaderException
CertificateLoaderExceptionpublic Certificate loadCertificate(Properties props) throws CertificateLoaderException
loadCertificate in interface CertificateLoaderCertificateLoaderExceptionCopyright © 2012-2014 Andrea Funtò. See here for terms and conditions.