Searched refs:attrCert (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/crypto/
H A DCryptoManagerSync.java96 AttributeType attrCert; field in class:CryptoManagerSync
177 attrCert = DirectoryServer.getAttributeType(
385 srcList = srcEntry.getAttribute(attrCert);
388 dstList = dstEntry.getAttribute(attrCert);
468 attrList = srcEntry.getAttribute(attrCert);
471 userAttrs.put(attrCert, attrList);
/forgerock/opendj2/src/server/org/opends/server/crypto/
H A DCryptoManagerSync.java90 private final AttributeType attrCert; field in class:CryptoManagerSync
158 attrCert = DirectoryServer.getAttributeType(
369 List<Attribute> srcList = srcEntry.getAttribute(attrCert);
370 List<Attribute> dstList = dstEntry.getAttribute(attrCert);
441 attrList = srcEntry.getAttribute(attrCert);
444 userAttrs.put(attrCert, attrList);
/forgerock/opendj2.6.2/src/server/org/opends/server/crypto/
H A DCryptoManagerSync.java96 AttributeType attrCert; field in class:CryptoManagerSync
177 attrCert = DirectoryServer.getAttributeType(
385 srcList = srcEntry.getAttribute(attrCert);
388 dstList = dstEntry.getAttribute(attrCert);
468 attrList = srcEntry.getAttribute(attrCert);
471 userAttrs.put(attrCert, attrList);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/crypto/
H A DCryptoManagerSync.java96 AttributeType attrCert; field in class:CryptoManagerSync
177 attrCert = DirectoryServer.getAttributeType(
385 srcList = srcEntry.getAttribute(attrCert);
388 dstList = dstEntry.getAttribute(attrCert);
468 attrList = srcEntry.getAttribute(attrCert);
471 userAttrs.put(attrCert, attrList);
/forgerock/opendj2-hg/src/server/org/opends/server/crypto/
H A DCryptoManagerSync.java90 private final AttributeType attrCert; field in class:CryptoManagerSync
158 attrCert = DirectoryServer.getAttributeType(
369 List<Attribute> srcList = srcEntry.getAttribute(attrCert);
370 List<Attribute> dstList = dstEntry.getAttribute(attrCert);
441 attrList = srcEntry.getAttribute(attrCert);
444 userAttrs.put(attrCert, attrList);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/crypto/
H A DCryptoManagerSync.java103 private final AttributeType attrCert; field in class:CryptoManagerSync
171 attrCert = getAttributeTypeOrDefault(ATTR_CRYPTO_PUBLIC_KEY_CERTIFICATE);
365 List<Attribute> srcList = srcEntry.getAttribute(attrCert);
366 List<Attribute> dstList = dstEntry.getAttribute(attrCert);
432 attrList = srcEntry.getAttribute(attrCert);
435 userAttrs.put(attrCert, attrList);

Completed in 27 milliseconds