Package de.hybris.platform.oauth2
Class OnUserPasswordChangeTokenRevoker
- java.lang.Object
-
- de.hybris.platform.oauth2.OnUserPasswordChangeTokenRevoker
-
- All Implemented Interfaces:
PasswordChangeListener
public class OnUserPasswordChangeTokenRevoker extends java.lang.Object implements PasswordChangeListener
-
-
Constructor Summary
Constructors Constructor Description OnUserPasswordChangeTokenRevoker(OAuthRevokeTokenService oauthRevokeTokenService, ConfigurationService configurationService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpasswordChanged(PasswordChangeEvent event)Invoked on password change.
-
-
-
Constructor Detail
-
OnUserPasswordChangeTokenRevoker
public OnUserPasswordChangeTokenRevoker(OAuthRevokeTokenService oauthRevokeTokenService, ConfigurationService configurationService)
-
-
Method Detail
-
passwordChanged
public void passwordChanged(PasswordChangeEvent event)
Description copied from interface:PasswordChangeListenerInvoked on password change.- Specified by:
passwordChangedin interfacePasswordChangeListener- Parameters:
event-PasswordChangeEventcontaining User details
-
-