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