Class CertificateValidator.CRLListLoader
- java.lang.Object
- 
- org.keycloak.authentication.authenticators.x509.CertificateValidator.CRLLoaderImpl
- 
- org.keycloak.authentication.authenticators.x509.CertificateValidator.CRLListLoader
 
 
- 
- Enclosing class:
- CertificateValidator
 
 public static class CertificateValidator.CRLListLoader extends CertificateValidator.CRLLoaderImpl 
- 
- 
Constructor SummaryConstructors Constructor Description CRLListLoader(KeycloakSession session, String cRLConfigValue)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<X509CRL>getX509CRLs()Returns a collection ofX509CRL
 
- 
- 
- 
Constructor Detail- 
CRLListLoaderpublic CRLListLoader(KeycloakSession session, String cRLConfigValue) 
 
- 
 - 
Method Detail- 
getX509CRLspublic Collection<X509CRL> getX509CRLs() throws GeneralSecurityException Description copied from class:CertificateValidator.CRLLoaderImplReturns a collection ofX509CRL- Specified by:
- getX509CRLsin class- CertificateValidator.CRLLoaderImpl
- Returns:
- Throws:
- GeneralSecurityException
 
 
- 
 
-