Searched defs:mapperDN (Results 1 - 7 of 7) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/extensions/
H A DSubjectDNToUserAttributeCertificateMapperTestCase.java544 String mapperDN = "cn=Subject DN to User Attribute,cn=Certificate Mappers,cn=config";
549 getRootConnection().processModify(DN.valueOf(mapperDN), mods);
593 String mapperDN =
596 Attribute attr = Attributes.create("ds-cfg-certificate-mapper", mapperDN);
612 String mapperDN = "cn=Subject Equals DN,cn=Certificate Mappers,cn=config";
614 Attribute attr = Attributes.create("ds-cfg-certificate-mapper", mapperDN);
632 String mapperDN =
636 assertModifyReplaceIsSuccess(mapperDN, attr);
653 String mapperDN = "cn=Subject DN to User Attribute,cn=Certificate Mappers,cn=config";
662 assertModifyReplaceIsSuccess(mapperDN, builde
724 assertModifyReplaceIsSuccess(String mapperDN, Attribute attr) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DDirectoryServer.java5805 * @param mapperDN The DN with which the certificate mapper is registered.
5811 public static CertificateMapper getCertificateMapper(DN mapperDN) argument
5813 return directoryServer.certificateMappers.get(mapperDN);
5821 * @param mapperDN The DN with which to register the certificate mapper.
5824 public static void registerCertificateMapper(DN mapperDN, argument
5827 directoryServer.certificateMappers.put(mapperDN, mapper);
5835 * @param mapperDN The DN with which the certificate mapper is registered.
5837 public static void deregisterCertificateMapper(DN mapperDN) argument
5839 directoryServer.certificateMappers.remove(mapperDN);
/forgerock/opendj2/src/server/org/opends/server/core/
H A DDirectoryServer.java5481 * @param mapperDN The DN with which the certificate mapper is registered.
5487 public static CertificateMapper getCertificateMapper(DN mapperDN) argument
5489 return directoryServer.certificateMappers.get(mapperDN);
5497 * @param mapperDN The DN with which to register the certificate mapper.
5500 public static void registerCertificateMapper(DN mapperDN, argument
5503 directoryServer.certificateMappers.put(mapperDN, mapper);
5511 * @param mapperDN The DN with which the certificate mapper is registered.
5513 public static void deregisterCertificateMapper(DN mapperDN) argument
5515 directoryServer.certificateMappers.remove(mapperDN);
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DDirectoryServer.java5805 * @param mapperDN The DN with which the certificate mapper is registered.
5811 public static CertificateMapper getCertificateMapper(DN mapperDN) argument
5813 return directoryServer.certificateMappers.get(mapperDN);
5821 * @param mapperDN The DN with which to register the certificate mapper.
5824 public static void registerCertificateMapper(DN mapperDN, argument
5827 directoryServer.certificateMappers.put(mapperDN, mapper);
5835 * @param mapperDN The DN with which the certificate mapper is registered.
5837 public static void deregisterCertificateMapper(DN mapperDN) argument
5839 directoryServer.certificateMappers.remove(mapperDN);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DDirectoryServer.java6033 * @param mapperDN The DN with which the certificate mapper is registered.
6039 public static CertificateMapper getCertificateMapper(DN mapperDN) argument
6041 return directoryServer.certificateMappers.get(mapperDN);
6049 * @param mapperDN The DN with which to register the certificate mapper.
6052 public static void registerCertificateMapper(DN mapperDN, argument
6055 directoryServer.certificateMappers.put(mapperDN, mapper);
6063 * @param mapperDN The DN with which the certificate mapper is registered.
6065 public static void deregisterCertificateMapper(DN mapperDN) argument
6067 directoryServer.certificateMappers.remove(mapperDN);
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DDirectoryServer.java5481 * @param mapperDN The DN with which the certificate mapper is registered.
5487 public static CertificateMapper getCertificateMapper(DN mapperDN) argument
5489 return directoryServer.certificateMappers.get(mapperDN);
5497 * @param mapperDN The DN with which to register the certificate mapper.
5500 public static void registerCertificateMapper(DN mapperDN, argument
5503 directoryServer.certificateMappers.put(mapperDN, mapper);
5511 * @param mapperDN The DN with which the certificate mapper is registered.
5513 public static void deregisterCertificateMapper(DN mapperDN) argument
5515 directoryServer.certificateMappers.remove(mapperDN);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DDirectoryServer.java4243 * @param mapperDN The DN with which the certificate mapper is registered.
4249 public static CertificateMapper getCertificateMapper(DN mapperDN) argument
4251 return directoryServer.certificateMappers.get(mapperDN);
4257 * @param mapperDN The DN with which to register the certificate mapper.
4260 public static void registerCertificateMapper(DN mapperDN, argument
4263 directoryServer.certificateMappers.put(mapperDN, mapper);
4269 * @param mapperDN The DN with which the certificate mapper is registered.
4271 public static void deregisterCertificateMapper(DN mapperDN) argument
4273 directoryServer.certificateMappers.remove(mapperDN);

Completed in 205 milliseconds