Searched defs:subjectDN (Results 1 - 8 of 8) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/util/
H A DCertificateManager.java258 * @param subjectDN The subject DN to use for the certificate. It must not
269 public void generateSelfSignedCertificate(String alias, String subjectDN, argument
273 ensureValid(subjectDN, SUBJECT_DN_MSG);
284 keyStorePath, alias, password, subjectDN, validity);
/forgerock/opendj2/src/server/org/opends/server/util/
H A DCertificateManager.java257 * @param subjectDN The subject DN to use for the certificate. It must not
268 public void generateSelfSignedCertificate(String alias, String subjectDN, argument
272 ensureValid(subjectDN, SUBJECT_DN_MSG);
283 keyStorePath, alias, password, subjectDN, validity);
/forgerock/opendj2.6.2/src/server/org/opends/server/util/
H A DCertificateManager.java258 * @param subjectDN The subject DN to use for the certificate. It must not
269 public void generateSelfSignedCertificate(String alias, String subjectDN, argument
273 ensureValid(subjectDN, SUBJECT_DN_MSG);
284 keyStorePath, alias, password, subjectDN, validity);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/
H A DCertificateManager.java258 * @param subjectDN The subject DN to use for the certificate. It must not
269 public void generateSelfSignedCertificate(String alias, String subjectDN, argument
273 ensureValid(subjectDN, SUBJECT_DN_MSG);
284 keyStorePath, alias, password, subjectDN, validity);
/forgerock/opendj2-hg/src/server/org/opends/server/util/
H A DCertificateManager.java257 * @param subjectDN The subject DN to use for the certificate. It must not
268 public void generateSelfSignedCertificate(String alias, String subjectDN, argument
272 ensureValid(subjectDN, SUBJECT_DN_MSG);
283 keyStorePath, alias, password, subjectDN, validity);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/
H A DCertificateManager.java257 * @param subjectDN The subject DN to use for the certificate. It must not
268 public void generateSelfSignedCertificate(KeyType keyType, String alias, String subjectDN, argument
272 ensureValid(subjectDN, SUBJECT_DN_MSG);
283 keyStorePath, keyType, alias, password, subjectDN, validity);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DAttributeQueryUtil.java1285 * @param subjectDN Attribute name which contains X.509 subject DN
1293 String nameIDValue, List<String> attrsList, String attrQueryProfileAlias, String subjectDN)
1296 attrQueryProfileAlias, subjectDN);
1328 * @param subjectDN Attribute name which contains X.509 subject DN
1336 String nameIDValue, List<String> attrsList, String attrQueryProfileAlias, String subjectDN)
1360 attrqMetaAlias, attrQueryProfileAlias, subjectDN, wantNameIDEncrypted);
1447 String subjectDN,
1489 nameID.setValue(subjectDN);
1292 getAttributeMapForFedlet(String spEntityID, String idpEntityID, String nameIDValue, List<String> attrsList, String attrQueryProfileAlias, String subjectDN) argument
1335 getAttributesForFedlet(String spEntityID, String idpEntityID, String nameIDValue, List<String> attrsList, String attrQueryProfileAlias, String subjectDN) argument
1440 constructAttrQueryForFedlet( String spEntityID, String idpEntityID, String nameIDValue, List<String> attrsList, String attrqMetaAlias, String attrProfileNameAlias, String subjectDN, boolean wantNameIDEncrypted) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DAttributeQueryUtil.java1287 * @param subjectDN Attribute name which contains X.509 subject DN
1295 String nameIDValue, List<String> attrsList, String attrQueryProfileAlias, String subjectDN)
1298 attrQueryProfileAlias, subjectDN);
1330 * @param subjectDN Attribute name which contains X.509 subject DN
1338 String nameIDValue, List<String> attrsList, String attrQueryProfileAlias, String subjectDN)
1362 attrqMetaAlias, attrQueryProfileAlias, subjectDN, wantNameIDEncrypted);
1449 String subjectDN,
1491 nameID.setValue(subjectDN);
1294 getAttributeMapForFedlet(String spEntityID, String idpEntityID, String nameIDValue, List<String> attrsList, String attrQueryProfileAlias, String subjectDN) argument
1337 getAttributesForFedlet(String spEntityID, String idpEntityID, String nameIDValue, List<String> attrsList, String attrQueryProfileAlias, String subjectDN) argument
1442 constructAttrQueryForFedlet( String spEntityID, String idpEntityID, String nameIDValue, List<String> attrsList, String attrqMetaAlias, String attrProfileNameAlias, String subjectDN, boolean wantNameIDEncrypted) argument

Completed in 45 milliseconds