Package de.hybris.platform.oauth2
Class OnUserPasswordChangeTokenRevoker
java.lang.Object
de.hybris.platform.oauth2.OnUserPasswordChangeTokenRevoker
- All Implemented Interfaces:
PasswordChangeListener
-
Constructor Summary
ConstructorsConstructorDescriptionOnUserPasswordChangeTokenRevoker(OAuthRevokeTokenService oauthRevokeTokenService, ConfigurationService configurationService) -
Method Summary
Modifier and TypeMethodDescriptionvoidInvoked on password change.
-
Constructor Details
-
OnUserPasswordChangeTokenRevoker
public OnUserPasswordChangeTokenRevoker(OAuthRevokeTokenService oauthRevokeTokenService, ConfigurationService configurationService)
-
-
Method Details
-
passwordChanged
Description copied from interface:PasswordChangeListenerInvoked on password change.- Specified by:
passwordChangedin interfacePasswordChangeListener- Parameters:
event-PasswordChangeEventcontaining User details
-