Interface UserService

  • All Superinterfaces:
    IdentityService<com.flower.docs.domain.security.User>

    public interface UserService
    extends IdentityService<com.flower.docs.domain.security.User>
    • 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