Searched defs:mCrlAttrName (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-certs/src/main/java/com/sun/identity/security/cert/
H A DAMCRLStore.java115 private String mCrlAttrName = null; field in class:AMCRLStore
153 if (mCrlAttrName == null) {
156 crlEntry = getLdapEntry(ldc, mCrlAttrName);
267 if (mCrlAttrName == null) {
277 mCrlAttrName = crlAttribute.getAttributeDescriptionAsString();
279 crlAttribute = entry.getAttribute(mCrlAttrName);
481 .addModification(ModificationType.REPLACE, mCrlAttrName, crls);
/forgerock/openam/openam-certs/src/main/java/com/sun/identity/security/cert/
H A DAMCRLStore.java117 private String mCrlAttrName = null; field in class:AMCRLStore
155 if (mCrlAttrName == null) {
158 crlEntry = getLdapEntry(ldc, mCrlAttrName);
269 if (mCrlAttrName == null) {
279 mCrlAttrName = crlAttribute.getAttributeDescriptionAsString();
281 crlAttribute = entry.getAttribute(mCrlAttrName);
483 .addModification(ModificationType.REPLACE, mCrlAttrName, crls);

Completed in 31 milliseconds