Class ClientApplicationSynchronizer
java.lang.Object
org.keycloak.authorization.store.syncronization.ClientApplicationSynchronizer
- All Implemented Interfaces:
 Synchronizer<ClientModel.ClientRemovedEvent>
public class ClientApplicationSynchronizer
extends Object
implements Synchronizer<ClientModel.ClientRemovedEvent>
- Author:
 - Pedro Igor
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidsynchronize(ClientModel.ClientRemovedEvent event, KeycloakSessionFactory factory)  
- 
Constructor Details
- 
ClientApplicationSynchronizer
public ClientApplicationSynchronizer() 
 - 
 - 
Method Details
- 
synchronize
- Specified by:
 synchronizein interfaceSynchronizer<ClientModel.ClientRemovedEvent>
 
 -