Class Summary |
LdapCaSimpleMap |
Maps a request to an entry in the LDAP server. |
LdapCertCompsMap |
Maps a X509 certificate to a LDAP entry using AVAs in the certificate's
subject name to form the ldap search dn and filter. |
LdapCertExactMap |
Maps a X509 certificate to a LDAP entry by using the subject name
of the certificate as the LDAP entry DN. |
LdapCertSubjMap |
Maps a X509 certificate to a LDAP entry by finding an LDAP entry
which has an attribute whose contents are equal to the cert subject name. |
LdapCrlIssuerCompsMap |
Default crl mapper. |
LdapDNCompsMap |
Maps a Subject name to an entry in the LDAP server. |
LdapDNCompsMap.SearchFilter |
class for forming search filters for ldap searching from
name=value components. |
LdapEnhancedMap |
Maps a request to an entry in the LDAP server. |
LdapSimpleMap |
Maps a request to an entry in the LDAP server. |
MapDNPattern |
class for parsing a DN pattern used to construct a ldap dn from
request attributes and cert subject name. |
NoMap |
No Map |