|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectat.knowcenter.wag.egov.egiz.sig.DummyLDAPAPI
at.knowcenter.wag.egov.egiz.ldap.api.LDAPAPIFactory#createLDAPAPI() instead.
public class DummyLDAPAPI
This is just a dummy implementation until the real Egiz LDAP API is implemented.
| Field Summary |
|---|
| Fields inherited from interface at.knowcenter.wag.egov.egiz.sig.LDAPAPI |
|---|
SYS_PROP_IMPLEMENTATION |
| Constructor Summary | |
|---|---|
DummyLDAPAPI(String url)
Deprecated. |
|
| Method Summary | |
|---|---|
String |
getURL(String issuer)
Deprecated. Returns the url of the ldap server. |
byte[] |
loadBase64CertificateFromLDAP(String serial_number,
String issuer)
Deprecated. Retrieves an certificate from the ldap server identified by serial number and issuer name. |
void |
setIssuerNameFilter(LDAPIssuerNameFilter filter)
Deprecated. Sets the filter that has to be applied before trying to match the issuer name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DummyLDAPAPI(String url)
| Method Detail |
|---|
public String getURL(String issuer)
LDAPAPI
getURL in interface LDAPAPIissuer - The issuer name.
public byte[] loadBase64CertificateFromLDAP(String serial_number,
String issuer)
LDAPAPI
loadBase64CertificateFromLDAP in interface LDAPAPIserial_number - The serial number.issuer - The issuer name.
public void setIssuerNameFilter(LDAPIssuerNameFilter filter)
throws LDAPAPIException
LDAPAPI
setIssuerNameFilter in interface LDAPAPIfilter - The filter.
LDAPAPIException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||