Class CertificateValidator.CRLLoaderImpl
- java.lang.Object
- 
- org.keycloak.authentication.authenticators.x509.CertificateValidator.CRLLoaderImpl
 
- 
- Direct Known Subclasses:
- CertificateValidator.CRLFileLoader,- CertificateValidator.CRLListLoader,- CertificateValidator.CRLLoaderProxy
 - Enclosing class:
- CertificateValidator
 
 public abstract static class CertificateValidator.CRLLoaderImpl extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description CRLLoaderImpl()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract Collection<X509CRL>getX509CRLs()Returns a collection ofX509CRL
 
- 
- 
- 
Method Detail- 
getX509CRLspublic abstract Collection<X509CRL> getX509CRLs() throws GeneralSecurityException Returns a collection ofX509CRL- Returns:
- Throws:
- GeneralSecurityException
 
 
- 
 
-