Interface UserService
-
- All Superinterfaces:
IdentityService<com.flower.docs.domain.security.User>
public interface UserService extends IdentityService<com.flower.docs.domain.security.User>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
changePassword(java.lang.String userName, java.lang.String newPassword)
-
-
-
Method Detail
-
changePassword
void changePassword(java.lang.String userName, java.lang.String newPassword) throws com.flower.docs.domain.exception.TechnicalException, com.flower.docs.domain.exception.FunctionalException
- Throws:
com.flower.docs.domain.exception.TechnicalException
com.flower.docs.domain.exception.FunctionalException
-
-