Class ClearCrlCacheResource
java.lang.Object
org.keycloak.services.resources.admin.ClearCrlCacheResource
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final AdminPermissionEvaluatorprotected final RealmModelprotected final KeycloakSession - 
Constructor Summary
ConstructorsConstructorDescriptionClearCrlCacheResource(KeycloakSession session, AdminPermissionEvaluator auth, AdminEventBuilder adminEvent)  - 
Method Summary
Modifier and TypeMethodDescriptionvoidClear the crl cache (CRLs loaded for X509 authentication) 
- 
Field Details
- 
auth
 - 
realm
 - 
session
 
 - 
 - 
Constructor Details
- 
ClearCrlCacheResource
public ClearCrlCacheResource(KeycloakSession session, AdminPermissionEvaluator auth, AdminEventBuilder adminEvent)  
 - 
 - 
Method Details
- 
clearCrlCache
@POST public void clearCrlCache()Clear the crl cache (CRLs loaded for X509 authentication) 
 -