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

/forgerock/openam-v13/openam-certs/src/main/java/com/sun/identity/security/cert/
H A DCRLValidator.java136 AMCRLStore.getCRL(ldapParams, cert, crlSearchAttr);
191 String searchFilter = AMCRLStore.setSearchFilter(crlSearchAttr, attrValue);
194 AMCRLStore store = new AMCRLStore(ldapParams);
H A DAMCRLStore.java25 * $Id: AMCRLStore.java,v 1.7 2009/01/28 05:35:12 ww203982 Exp $
108 public class AMCRLStore extends AMCertStore { class in inherits:AMCertStore
118 * Class AMCRLStore is special cased CRL store for LDAP.
119 * A AMCRLStore instance has to have all the information for ldap
125 public AMCRLStore(AMLDAPCertStoreParameters param) { method in class:AMCRLStore
140 debug.message("AMCRLStore.getCRL: Trying to get CRL from cache");
151 debug.message("AMCRLStore.getCRL: crl is null");
163 debug.message("AMCRLStore.getCRL: need CRL update");
173 debug.message("AMCRLStore.getCRL: crlIDPExt is null");
180 debug.message("AMCRLStore
[all...]
/forgerock/openam/openam-certs/src/main/java/com/sun/identity/security/cert/
H A DCRLValidator.java136 AMCRLStore.getCRL(ldapParams, cert, crlSearchAttr);
191 String searchFilter = AMCRLStore.setSearchFilter(crlSearchAttr, attrValue);
194 AMCRLStore store = new AMCRLStore(ldapParams);
H A DAMCRLStore.java25 * $Id: AMCRLStore.java,v 1.7 2009/01/28 05:35:12 ww203982 Exp $
110 public class AMCRLStore extends AMCertStore { class in inherits:AMCertStore
120 * Class AMCRLStore is special cased CRL store for LDAP.
121 * A AMCRLStore instance has to have all the information for ldap
127 public AMCRLStore(AMLDAPCertStoreParameters param) { method in class:AMCRLStore
142 debug.message("AMCRLStore.getCRL: Trying to get CRL from cache");
153 debug.message("AMCRLStore.getCRL: crl is null");
165 debug.message("AMCRLStore.getCRL: need CRL update");
175 debug.message("AMCRLStore.getCRL: crlIDPExt is null");
182 debug.message("AMCRLStore
[all...]
/forgerock/openam-v13/openam-authentication/openam-auth-cert/src/main/java/com/sun/identity/authentication/modules/cert/
H A DCert.java59 import com.sun.identity.security.cert.AMCRLStore;
120 // content of searchfilter is described in AMCRLStore to avoid duplication
495 crl = AMCRLStore.getCRL(ldapParam, cert, amAuthCert_chkAttributesCRL);
551 X509CRL crl = AMCRLStore.getCRL(ldapParam, cert, amAuthCert_chkAttributesCRL);
/forgerock/openam/openam-authentication/openam-auth-cert/src/main/java/com/sun/identity/authentication/modules/cert/
H A DCert.java60 import com.sun.identity.security.cert.AMCRLStore;
117 // content of searchfilter is described in AMCRLStore to avoid duplication
491 X509CRL crl = AMCRLStore.getCRL(ldapParam, cert, amAuthCert_chkAttributesCRL);

Completed in 33 milliseconds