public class LdapCrlIssuerCompsMap extends LdapDNCompsMap implements ILdapMapper
LdapDNCompsMap.SearchFiltermBaseDN, mConfig, mDnComps, mFilterCompsHELP_TEXT, HELP_TOKEN| Constructor and Description |
|---|
LdapCrlIssuerCompsMap() |
LdapCrlIssuerCompsMap(java.lang.String baseDN,
netscape.security.util.ObjectIdentifier[] dnComps,
netscape.security.util.ObjectIdentifier[] filterComps)
Constructor.
|
LdapCrlIssuerCompsMap(java.lang.String crlAttr,
java.lang.String baseDN,
netscape.security.util.ObjectIdentifier[] dnComps,
netscape.security.util.ObjectIdentifier[] filterComps)
constructor using non-standard certificate attribute.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Vector<java.lang.String> |
getDefaultParams()
Returns the initial default parameters.
|
java.lang.String |
getDescription()
Returns the description of this mapper.
|
java.lang.String |
getImplName()
Returns implementation name.
|
java.util.Vector<java.lang.String> |
getInstanceParams()
Returns the current instance parameters.
|
protected void |
init(java.lang.String baseDN,
netscape.security.util.ObjectIdentifier[] dnComps,
netscape.security.util.ObjectIdentifier[] filterComps)
common initialization routine.
|
java.lang.String |
map(netscape.ldap.LDAPConnection conn,
IRequest req,
java.lang.Object obj)
maps a certificate to a LDAP entry.
|
java.lang.String |
map(netscape.ldap.LDAPConnection conn,
java.lang.Object obj)
Maps a crl to LDAP entry.
|
formDNandFilter, getCompsFromString, getConfigStore, getDnComps, getExtendedPluginInfo, getFilterComps, init, mapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConfigStore, initpublic LdapCrlIssuerCompsMap()
public LdapCrlIssuerCompsMap(java.lang.String baseDN,
netscape.security.util.ObjectIdentifier[] dnComps,
netscape.security.util.ObjectIdentifier[] filterComps)
baseDN - The base DN.dnComps - Components to form the LDAP base dn for search.filterComps - Components to form the LDAP search filter.public LdapCrlIssuerCompsMap(java.lang.String crlAttr,
java.lang.String baseDN,
netscape.security.util.ObjectIdentifier[] dnComps,
netscape.security.util.ObjectIdentifier[] filterComps)
public java.lang.String getImplName()
ILdapMappergetImplName in interface ILdapMappergetImplName in class LdapDNCompsMappublic java.lang.String getDescription()
ILdapMappergetDescription in interface ILdapMappergetDescription in class LdapDNCompsMappublic java.util.Vector<java.lang.String> getDefaultParams()
ILdapMappergetDefaultParams in interface ILdapMappergetDefaultParams in class LdapDNCompsMappublic java.util.Vector<java.lang.String> getInstanceParams()
ILdapMappergetInstanceParams in interface ILdapMappergetInstanceParams in class LdapDNCompsMapprotected void init(java.lang.String baseDN,
netscape.security.util.ObjectIdentifier[] dnComps,
netscape.security.util.ObjectIdentifier[] filterComps)
LdapDNCompsMapinit in class LdapDNCompsMappublic java.lang.String map(netscape.ldap.LDAPConnection conn,
java.lang.Object obj)
throws ELdapException
map in interface ILdapMapperconn - - the LDAP connection.obj - - the X509Certificate.ELdapException - Map operation failed.public java.lang.String map(netscape.ldap.LDAPConnection conn,
IRequest req,
java.lang.Object obj)
throws ELdapException
ILdapMappermap in interface ILdapMapperconn - the LDAP connectionreq - the request to mapobj - the object to mapELdapException - Map operation failed.