at.knowcenter.wag.egov.egiz.sig
Interface LDAPAPI

All Known Implementing Classes:
DummyLDAPAPI, LDAPAPIImpl

public interface LDAPAPI

Author:
Thomas Knall

Field Summary
static String SYS_PROP_IMPLEMENTATION
           
 
Method Summary
 byte[] loadBase64CertificateFromLDAP(String serialNumber, String issuer)
          Retrieves an certificate from the ldap server identified by serial number and issuer name.
 void setIssuerNameFilter(LDAPIssuerNameFilter filter)
          Sets the filter that has to be applied before trying to match the issuer name.
 

Field Detail

SYS_PROP_IMPLEMENTATION

public static final String SYS_PROP_IMPLEMENTATION
See Also:
Constant Field Values
Method Detail

loadBase64CertificateFromLDAP

public byte[] loadBase64CertificateFromLDAP(String serialNumber,
                                            String issuer)
Retrieves an certificate from the ldap server identified by serial number and issuer name.

Parameters:
serialNumber - The serial number.
issuer - The issuer name.
Returns:
BASE64 encoded certificate

setIssuerNameFilter

public void setIssuerNameFilter(LDAPIssuerNameFilter filter)
                         throws LDAPAPIException
Sets the filter that has to be applied before trying to match the issuer name.

Parameters:
filter - The filter.
Throws:
LDAPAPIException


Copyright © 2006-2010. All Rights Reserved.