Package security.service
Class ChangePasswordServiceImpl
java.lang.Object
security.service.ChangePasswordServiceImpl
- All Implemented Interfaces:
ChangePasswordService
-
Constructor Summary
ConstructorsConstructorDescriptionChangePasswordServiceImpl
(SimpleCredentialsService simpleCredentialsService, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder) -
Method Summary
-
Constructor Details
-
ChangePasswordServiceImpl
public ChangePasswordServiceImpl(SimpleCredentialsService simpleCredentialsService, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder)
-
-
Method Details
-
change
Change the password to a new one- Specified by:
change
in interfaceChangePasswordService
- Parameters:
username
- obligatorypassword
- obligatory
-