@Component(value="cuba_UserInvalidationListener")
public class UserInvalidationListener
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected Persistence |
persistence |
protected com.haulmont.cuba.restapi.ServerTokenStore |
serverTokenStore |
protected UserManagementService |
userManagementService |
protected UserSessionsAPI |
userSessionsAPI |
Constructor and Description |
---|
UserInvalidationListener() |
Modifier and Type | Method and Description |
---|---|
void |
handleUserInvalidation(UserInvalidationEvent event) |
@Inject protected UserManagementService userManagementService
@Inject protected com.haulmont.cuba.restapi.ServerTokenStore serverTokenStore
@Inject protected UserSessionsAPI userSessionsAPI
@Inject protected Persistence persistence
@Order(value=200) @EventListener public void handleUserInvalidation(UserInvalidationEvent event)