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

/forgerock/openam-v13/openam-certs/src/main/java/com/sun/identity/security/cert/
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 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...]

Completed in 27 milliseconds