|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LDAPClient
Method Summary | |
---|---|
String |
getSerialNumberAttrName()
Returns the attribute name that represents the serial number. |
URL |
getUrl()
Returns the ldap url this client was registered for. |
iaik.x509.X509Certificate |
retrieveCertificate(BigInteger serialNumber)
Retriebes the certificate with the serial number serialNumber . |
iaik.x509.X509Certificate[] |
retrieveCertificates(String filter)
Retrieves the certificate(s) matching the filter filter . |
void |
setSerialNumberAttrName(String serialNumberAttrName)
Sets the attribute name that represents the serial number. |
void |
setUrl(URL ldapURL)
Sets the ldap url this client should be registered for. |
Method Detail |
---|
URL getUrl()
void setUrl(URL ldapURL)
ldapURL
- The ldap url linked with this client.String getSerialNumberAttrName()
void setSerialNumberAttrName(String serialNumberAttrName)
serialNumberAttrName
- The attribute name representing the serial number.iaik.x509.X509Certificate[] retrieveCertificates(String filter) throws LDAPException
filter
.
filter
- The filter for the ldap request.
filter
.
LDAPException
- Is thrown in case of error.iaik.x509.X509Certificate retrieveCertificate(BigInteger serialNumber) throws LDAPException
serialNumber
.
serialNumber
- The serial number of the required certificate.
serialNumber
.
LDAPException
- Is thrown in case of error.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |