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 Summary
Constructors Constructor Description CRLLoaderImpl()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract Collection<X509CRL>
getX509CRLs()
Returns a collection ofX509CRL
-
-
-
Method Detail
-
getX509CRLs
public abstract Collection<X509CRL> getX509CRLs() throws GeneralSecurityException
Returns a collection ofX509CRL
- Returns:
- Throws:
GeneralSecurityException
-
-